Quantcast
Channel: SQL Server Database Engine Forum
Viewing all articles
Browse latest Browse all 15872

SP with recompile but no events in profiler

$
0
0

I put "with recompile" on an SP.  Now it runs about 40ms slower, so it seems to have that effect, the overhead of the compile time.  I can see it with "set statistics time on".  But it does not generate a recompile event in profiler.  Just wondering why not.  Is it filtered out of profiler's sight if the recompile is identical to the previous?  That'd be my guess ...

Thanks,

Josh


Viewing all articles
Browse latest Browse all 15872

Trending Articles