I am relatively new to SQL 2K Replication (1 way transactional in this case). Receiving Integrity Check errors on 2 (of 5) source/publisher DB's. These 2 DB's are the only 2 (of 5) DB's w/ Replication activated on my SQL Server. (fyi, my distributor is on the same server as these 2 DB's)
Has anyone encountered a similar issue? If so, any suggestions for resolution?
Should I place the DB into single user mode and run DBCC CHECKDB w/ REPAIR option? (how would this affect target replicated data)
thx for any assistance / suggestions...
ERROR Msgs received in Event Viewer
8957: DBCC CHECKDB (CustomerDB) executed by ABCINT\ABC found 5 errors and repaired 0 errors.
SQL Server Scheduled Job 'Check_Integrity_CustomerDB' (0x8D3A53095FBF6A4EA921163A687EFBF7) - Status: Failed - Invoked on: 2004-12-26 20:05:07 - Message: The job failed. The Job was invoked by Schedule 820 (Check_Integrity_CustomerDB). The last step to run was step 1 (Check_Integrity_CustomerDB).
Has anyone encountered a similar issue? If so, any suggestions for resolution?
Should I place the DB into single user mode and run DBCC CHECKDB w/ REPAIR option? (how would this affect target replicated data)
thx for any assistance / suggestions...
ERROR Msgs received in Event Viewer
8957: DBCC CHECKDB (CustomerDB) executed by ABCINT\ABC found 5 errors and repaired 0 errors.
SQL Server Scheduled Job 'Check_Integrity_CustomerDB' (0x8D3A53095FBF6A4EA921163A687EFBF7) - Status: Failed - Invoked on: 2004-12-26 20:05:07 - Message: The job failed. The Job was invoked by Schedule 820 (Check_Integrity_CustomerDB). The last step to run was step 1 (Check_Integrity_CustomerDB).