Karim Hemani
SSCrazy
Points: 2063
More actions
November 18, 2005 at 7:52 am
#166348
I was wondering where you execute the DBCC commands. Is it in the SQL window or is it somewhere else? Please clarify.
SQLBill
SSC Guru
Points: 51440
November 18, 2005 at 8:07 am
#604646
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
#604651
Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply