Microsoft KB Archive/281295: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 56: Line 56:
== CAUSE ==
== CAUSE ==


Merge replication synchronization calls the '''sp_MSsetupbelongs''' system stored procedure. For each article, this procedure calls a procedure that has a name such as SEL_&lt;''article_guid''&gt;. SQL Server 7.0 SP2 made some improvement on the SEL_&lt;''article_guid''&gt;; however, on large volumes it became slower.
Merge replication synchronization calls the '''sp_MSsetupbelongs''' system stored procedure. For each article, this procedure calls a procedure that has a name such as SEL_<''article_guid''&gt;. SQL Server 7.0 SP2 made some improvement on the SEL_<''article_guid''&gt;; however, on large volumes it became slower.


</div>
</div>

Revision as of 09:03, 21 July 2020

Knowledge Base


FIX: Merge Replication Synchronization May Be Slow

Article ID: 281295

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Service Pack 2



This article was previously published under Q281295

BUG #: 58404 (SQLBUG_70)

SYMPTOMS

Merge replication synchronization with large volumes may be slower after applying Microsoft SQL Server 7.0 Service Pack 2 (SP2).

CAUSE

Merge replication synchronization calls the sp_MSsetupbelongs system stored procedure. For each article, this procedure calls a procedure that has a name such as SEL_<article_guid>. SQL Server 7.0 SP2 made some improvement on the SEL_<article_guid>; however, on large volumes it became slower.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0


For more information, contact your primary support provider.


Additional query words: repl merge performance synchronisation sp sproc proc

Keywords: kbbug kbfix kbqfe KB281295