• sp_execute is a system stored procedure used with "prepared" statements from a client.  The number you see is an internal pointer to the execution plan on the server.  The values following that number are the parameters for a particular invocation of the prepared statement.  See Prepared Execution in BOL.



    --Jonathan