Viewing 3 posts - 1 through 4 (of 4 total)
If we do that, do you think that once we manually run the SPROC, it will have to create an execution plan, which will take the 2 min. that it...
March 16, 2012 at 2:38 pm
#1460781
That's what we thought too, so we ran this command to clear the buffers.
DBCC DROPCLEANBUFFERS
I've research a bit more and it seems that maybe we also need to...
March 16, 2012 at 2:32 pm
#1460777
I also thought that the duration was displayed in milliseconds not microseconds in Profiler.
Either way, i'm more concerned with finding out why the SPROC runs for 0 seconds...
March 16, 2012 at 2:24 pm
#1460767