Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Prepares and executes a parameterized stored procedure call specified using a remote procedure call (RPC) identifier. sp_prepexecrpc
is invoked by ID = 14
in a tabular data stream (TDS) packet.
Transact-SQL syntax conventions
sp_prepexecrpc handle OUTPUT , RPCCall
[ , bound_param ] [ , ...n ]
[ ; ]
The SQL Server-generated prepared handle identifier. handle is a required parameter with an int return value.
Defines the stored procedure call using ODBC canonical syntax. RPCCall is a required parameter that calls for an ntext string input value.
Signifies the optional use of extra parameters. bound_param calls for an input value of any data type to designate the extra parameters in use.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today