Welcome to Aussie SQL Server Bloggers Sign in | Join | Help

Wednesday, 23 March 2005 - Posts

Collecting multi-resultset output from DBCC SHOW_STATISTICS using DTS

Someone asked how to collect the multi-resultset output from DBCC SHOW_STATISTICS in the SQL MVP forum today. This is a tricky thing to do in TSQL because there are no features on TSQL to catch multi-resultset output from stored procs, DBCC etc. You
posted by Greg_Linwood | 0 Comments