cancel
Showing results for 
Search instead for 
Did you mean: 

DBCC Error When Backup SQL Database

Storm_Trooper
Level 3

Hi Guys,

I'm getting the following error when backing up my SQL Databases, and would appreciate any help with this: My system is Windows Server 2008 R2 Standard. I am using Backup Exec 2010 SP3, and the SQL Database I am trying to backup is on the same server. See error below:

Backup
V-79-57344-65085 - There was a problem running the DBCC.

DBCC results for 'databasename'.

					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
2 REPLIES 2

Jaydeep_S
Level 6
Employee Accredited Certified

There probabely is an error in the SQL database. you would need to manually perform DBCC checks on that SQL database to fix the errors from SQL. Backup Exec is merely reporting the errors in the job log as you have enabled consistency check on the database. Here are a few articles that might help -

http://technet.microsoft.com/en-us/library/ms176064.aspx

http://www.symantec.com/docs/TECH43449

http://www.symantec.com/docs/TECH179267

saravanakumarte
Level 2

Hi

This is a known issue.

The backup fails when the DBCC check fails.

So you need to fix the data base consistency issue.