If
you disabled replication before the upgrade, you must reenable replication.
- Remove older formatted log records from your database.
- Use the dump tran command to dump the database
and transaction logs to remove the older format log records from
your database. This prevents Replication Agentâ„¢ and other
log readers from accessing the preupgrade portion of the transaction
logs.
1> use master
2> go
1> dump database sales to "\\.\TAPE0"
2> go
1> dump transaction sales with truncate_only
2> go
- Reenable replication.