sp_prepexec (Transact-SQL)
Prepares and executes a parameterized Transact-SQL statement. sp_prepexec combines the functions of sp_prepare and sp_execute. This is invoked by ID =13 in a tabular data stream (TDS) packet.
sp_prepexec handle OUTPUT, params , stmt [ , bound param ] [ ,...n]]

