After restoring SQL Server 2005 database to SQL Server 2008 Enterprise with sp1 some
dependencies had lost, for example, the dependency a view "vwxyz" referencing a table "xyz" can not be found, and this issue leads to database synchronization fail (merge replication) and still exists after applying cumulative update 4 package for sql server 2008 sp1. The underlying OS is Windows Server 2008 ...