Learn R Programming

sqlHelpers (version 0.1.2)

t_sql_script_proc_definition: Fetch the object definition of a proc in Microsoft SQL Server.

Description

Fetch the object definition of a proc in Microsoft SQL Server.

Usage

t_sql_script_proc_definition(con, proc)

Value

A string, contains the script for defining a stored procedure.

Arguments

con

A database connection that can be passed to DBI::dbSendQuery/DBI::dbGetQuery.

proc

A string, the database and schema qualified table name of an existing SQL stored procedure.

Examples

Run this code
t_sql_script_proc_definition(con = NULL)

Run the code above in your browser using DataLab