November 18, 2005 at 7:52 am
I was wondering where you execute the DBCC commands. Is it in the SQL window or is it somewhere else? Please clarify.
November 18, 2005 at 8:07 am
You use Query Analyzer and just run the command as it's shown in the BOL.
For example:
DBCC SHOWCONTIG ('tablename')
You don't need to add EXEC before the command, like you have to do with stored procedures.
-SQLBill
November 18, 2005 at 8:18 am
Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy