How to stop cacheing
hi
i want temproraly stop cacheing when test stp procedure, there "set nocount"
also need determine execution time of stored procedure, managment studio thinks 0!!, think there stoping performance measurment there , default.
thanks help
i want temproraly stop cacheing when test stp procedure, there "set nocount"
also need determine execution time of stored procedure, managment studio thinks 0!!, think there stoping performance measurment there , default.
thanks help
set nocount has nothing caching. asking set statistics on , set set statistics time . if yes check this
http://www.sql-server-performance.com/articles/per/statistics_io_time_p1.aspx
madhu
mcitp, mcts, mcdba,mcp-- blog : http://experiencing-sql-server-2008.blogspot.com/
http://www.sql-server-performance.com/articles/per/statistics_io_time_p1.aspx
madhu
mcitp, mcts, mcdba,mcp-- blog : http://experiencing-sql-server-2008.blogspot.com/
SQL Server > SQL Server Database Engine
Comments
Post a Comment