In SQL Server 2000-
1. Is there any way to see the Execution Plans cached in Procedure Cache?
2. In what way I/O statistics (from QA) and trace's I/O cost (from Profiler) differs?
Need your help, Thanks!
For tables with no Clustered index, hint INDEX(0) will force a table scan. But, I query a table with Clustered index. Is there any hint to force the optimizer to do a Table scan? I am using SQL Server 2000.
Thanks in Advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.