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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is DBCC

Status
Not open for further replies.

siznad

Technical User
Oct 29, 2002
5
US
I am trying to run DBCC on my SQL Server 2000 machine, but it is saying that the program does not exist. Where can I get DBCC.exe?

Thanks.
 
DBCC does exist, but it is a SQL Server command. To run it, open the Query Analyzer, make sure you are connected to the proper database, and then run the command.

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
AND BE CAREFUL OF WHAT DBCC COMMANDS YOU ARE FIRING OFF!!!

The DBCC commands can be VERY powerful. Make sure you understand their intent, defualt usage and available parameters. Some of these commands can take you database into single user mode and if that DB were a production server ... that may not be a wise choice - lol.

Thanks

J. Kusch
 
As Jaykusch said you need to be careful what ones you use and be fully aware of what they do before you execute them.

On the other side there are many undocumented procedures which are exceptionally useful, you can find these on the web such as :

What is it you are trying to do?


"I'm living so far beyond my income that we may almost be said to be living apart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top