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

  • Look up SQLCMD, a utility that can run as a DOS command and read your script as input, connect to the SQL Server and execute your script.

    Here's a link:

    http://msdn.microsoft.com/en-us/library/ms162773.aspx


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