devxlogo

Automating DBCC checks

Automating DBCC checks

Question:
I need to run DBCC checks on my databases every week, but I was advised not to use the databasewizards in MS SQL 6.5. Can DBCCs be setup to runautomatically?

Answer:
SQL Server comes with quite a decent scheduler in the SQL Executive. You can use it to schedule your DBCC statements to run whenever it is appropriate in your environment. Make sure that you set up the job in the Executive as a command batch. You will have to specify the command using isql. However, this will allow you to specify an output file and therefore save the results of your DBCC. If you choose the “SQL statement” option, it will execute at the appropriate time but it will not save the result.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist