Skip to main content

SP_EXECUTESQL

Constant SP_EXECUTESQL 

Source
pub const SP_EXECUTESQL: u16 = 10;
Expand description

The well-known procedure id of sp_executesql.

Sending the id rather than the name saves the server a name lookup, and is what every production TDS client does.