Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Tracing » SQL Trace   (RSS)

Store Statistics XML in database tables using SQL Traces for further analysis.

Since SQL Server 2005, query plan as well as statistics of query execution can be captured in XML format. Also, SQL Server 2005 has XQuery support to directly query XML document. By combining these two new features, users can analyze the query plans using
 
Page view tracker