Home Forums SQL Server 2005 Administering 'DBCC' is not recognized as an internal or external command RE: 'DBCC' is not recognized as an internal or external command

  • How are you executing this? DBCC is a command that SQL Server recognizes but the OS does not. You need to execute the DBCCs like you would execute any other SQL, through a connection to the server.


    And then again, I might be wrong ...
    David Webb