in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Outputting DBCC results

    Sometimes it may be useful to reuse the result of the DBCC commands. If the DBCC command resturns a resultset, it can be outputted to a table. Consider the following command DBCC useroptions It returns a single resultset. To copy the resultset to a table, you can use the following Create table #dbcc_useroptions...
    Posted to Madhivanan (Weblog) by Madhivanan on Sat, Jul 26 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems