SSQA.net

Knowledge Sharing Network
Welcome to SSQA.net Sign in | Join | Help
in Search

Browse by Tags

All Tags » DBCC output   (RSS)
  • 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 ([set option] varchar(100), ...
    Posted to SQL Server Transact-SQL (SSQA.net) (Weblog) by Madhivanan on July 26, 2008
Powered by Community Server (Commercial Edition), by Telligent Systems