On a SQL Server 2008 Express database, when trying to read offline log files, the following error appears:
When reading the backup file, Log Reader is based on the backup info, getting the correct sql server version (10, that is SQL2008), but when it reads the offline database file, it’s based on compatability level. Log Reader ‘thinks’ it’s a SQL2000 database.
WORKAROUND:
None.