t_sql_script_proc_definition | R Documentation |
Fetch the object definition of a proc in Microsoft SQL Server.
t_sql_script_proc_definition(con, proc)
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. |
A string, contains the script for defining a stored procedure.
t_sql_script_proc_definition(con = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.