Hi,I am using SQL Server 2005 standard SP3, doing a backup as follows:BACKUP DATABASE db1 TO DISK = '\\whatever\DatabaseBackups\db1.BAK' WITH INIT, NAME ='Backup data of db1', CHECKSUMI am getting the following error:BACKUP 'db1' detected an error on page (1:107675) in file 'D:\db1.MDF'.dbcc checkdb is ok:CHECKDB found 0 allocation errors and 0 consistency errors in database 'MyDb'. DBCC execution completed. If DBCC printed error messages, contact your system administrator.Did anyone encountered such a scenario and if so, what is the solution?
↧