I just upgraded one of my dev servers from SQL Server 2008 R2 to SQL Server 2012 SP1 (11.0.3000).
I am now getting this error.
The log scan number (4572:11588:1) passed to log scan in database 'foobar' is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup.
The database is accessible and DBCC CHECKDB comes out clean for every database on the instance.
The database has CDC on it, and I have dropped the capture job and re-created it, without luck. Dropping CDC on the tables and re-creating them is not an option.
Any thoughts, pointers, patches?
thx