powered by
Fetch the object definition of a proc in Microsoft SQL Server.
t_sql_script_proc_definition(con, proc)
A string, contains the script for defining a stored procedure.
A database connection that can be passed to DBI::dbSendQuery/DBI::dbGetQuery.
A string, the database and schema qualified table name of an existing SQL stored procedure.
t_sql_script_proc_definition(con = NULL)
Run the code above in your browser using DataLab