dbcc

  • I was wondering where you execute the DBCC commands. Is it in the SQL window or is it somewhere else? Please clarify.

  • 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

  • Thanks

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply