Hi all,
When i run below statement, i get some result set. But i want to store the results sets in some temp table. How can i store it?
Thanks,
When i run below statement, i get some result set. But i want to store the results sets in some temp table. How can i store it?
Code:
DBCC SHOWCONTIG ('table_name') WITH TABLERESULTS
Comment