May 15, 2013 at 9:18 am
when i'm looking at stored procedures i add the following to the top of the code
dbcc freeproccache
set statistics io on
set statistics time on
Is there also a way to turn on the real execution plan this way, by a command, instead of by mouse?
thanks very much
drew
May 15, 2013 at 9:21 am
CTRL+M
May 15, 2013 at 9:50 am
obviously, didnt know that:cool:
thanks a ton!
May 15, 2013 at 10:20 am
SET STATISTICS XML ON;
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 16, 2013 at 7:13 am
Hot Dawg!
even better
thanks very much
drew
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply