Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where can I find SQL DBCC coomands on local drive.

Status
Not open for further replies.

aceofbase

MIS
Feb 16, 2004
16
0
0
AU
Where do I find DBCC commands in SQL 2000?


Is in c:\program files\microsoft sql server\80\tools or ?

Thanks.
 
From BOL: The Transact-SQL programming language provides DBCC statements that act as Database Console Commands for Microsoft® SQL Server™ 2000.

So there is no separate command file, its part of sql client and can be executed like any other T-SQL command. For example using SQL Query Analyzer or as a scheduled Job.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top