INF: Replication and SQL Server VersionsID: Q164517
|
This article addresses the interoperability of different SQL Server versions with respect to SQL Server replication. It also explains the compatibility issues with the different service packs for SQL Server versions 6.0 and 6.5. In general, the publication and the distribution servers must be on the same version and same service pack revision. The Readme.txt file that accompanies the service packs will also direct you to apply the service packs on both publication and distribution servers.
SQL Server version 6.0 introduced replication as a built-in feature of the
product. Since then, it has been enhanced in SQL Server 6.0 service packs
and in the next release of the product, SQL Server 6.5. Due to the various
enhancements, replication-related stored procedures, extended stored
procedures, and tables have been modified. Because the replication tasks
run on the distribution server and depend on the stored procedures and
extended stored procedures on the publication server, the publication and
distribution servers must be running the same version and service pack
revision of SQL Server. Because replication does not use any stored
procedures or extended stored procedures on the subscribing server, the
subscribing server can run the same or any earlier version or service pack
revision of SQL Server.
Additional query words: SP servpack versioning issues
Keywords : kbenv kbpolicy kbsetup SSrvAdmin SSrvInst SSrvRep
Version : 6.0 6.5
Platform :
Issue type :
Last Reviewed: April 8, 1999