Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tripatam
Starting Member
2 Posts |
Posted - 2012-04-09 : 04:42:35
|
can any one explain how to identify issue by using this statement when your cpu utilisation goes high unexpectedlyset statistics io onset statistics profile onexec "Stored Procedure"set statistics io offset statistics profile offwaiting for your responseAK tripathi |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2012-04-09 : 09:25:15
|
set statistics io on - will display display information re: disk activity.set statistics profile on - dispalys profile informationIf you use SET STATISTICS TIME ON | OFF - this will give you relevant information for parsing,compiling,execution of each statementJack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
|
|
|