Options

sp_prepare?

Alex_ChowAlex_Chow Member Posts: 5,063
edited 2007-10-03 in SQL General
Hi,

While running the SQL Profiler trace, I see a lot of delays in the sp_execute command when we ran through a sales order.

Doing a quick search on Google, I found that sp_execute is ran after sp_prepare is done (where the SQL code is). However, searching through the trace log, I don't find any sp_prepare?

Is there an easy way to find out the SQL code for the sp_execute?

Comments

Sign In or Register to comment.