Saturday, July 26, 2008 - Posts

Outputting DBCC results
26 July 08 09:29 AM | Madhivanan | 2 Comments   
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, Read More...