2.2.1.5 Remote Procedure Call

To execute a remote procedure call (RPC) on the server, the client sends an RPC message data stream to the server. This is a binary stream that contains the RPC name or numeric identifier, options, and parameters. RPCs MUST be in a separate TDS 4.2 message and not intermixed with SQL statements. There can be several RPCs in one message. For additional details, see section 2.2.6.5.