FIX: SQL Server 2000 may take a long time to complete the synchronization phase when you create a merge publication (919221)



The information in this article applies to:

  • Microsoft SQL Server 2000 Standard Edition
  • Microsoft SQL Server 2000 Developer Edition
  • Microsoft SQL Server 2000 Enterprise Edition
  • Microsoft SQL Server 2000 Personal Edition
  • Microsoft SQL Server 2000 Workgroup Edition

Bug #: 771 (SQL Hotfix)
Microsoft distributes Microsoft SQL Server 2000 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2000 fix release.

SUMMARY

This article describes the following about this hotfix release:
  • The issues that are fixed by this hotfix package
  • The prerequisites for installing the hotfix package
  • Information about whether you must restart the computer after you install the hotfix package
  • Information about whether you must make any registry changes
  • The files that are contained in the hotfix package

SYMPTOMS

Consider the following scenario. You create a merge publication in Microsoft SQL Server 2000. SQL Server 2000 may take a long time to complete the synchronization phase when one of the following operations occurs:
  • You add a new subscriber to the merge publication.
  • An existing subscriber is reinitialized during synchronization.
For a list of all publicly released SQL Server 2000 Post-Service Pack hotfixes, see the following article in the Microsoft Knowledge Base:

894905 Cumulative list of the hotfixes that are available for SQL Server 2000 SP4

CAUSE

This problem occurs because SQL Server makes redundant and unnecessary calls to the sp_MSinitDynamicSubscriber stored procedure when SQL Server downloads the initial data for each batch of generations.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next SQL Server 2000 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must have Microsoft SQL Server 2000 Service Pack 4 (SP4) installed before you apply this hotfix.

For more information about how to obtain SQL Server 2000 Service Pack 4, click the following article number to view the article in the Microsoft Knowledge Base:

290211 How to obtain the latest SQL Server 2000 service pack

Registry information

You do not have to change the registry.

Hotfix file information

This hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may not contain of all the files that you must have to fully update a product to the latest build.

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTimePlatform
Dtsui.dll2000.80.2199.01,593,34425-May-200605:33x86
Impprov.dll2000.80.2199.0102,40025-May-200605:33x86
Msgprox.dll2000.80.2199.094,20825-May-200605:33x86
Msrpjt40.dll4.10.9424.0188,47323-Jan-200617:13x86
Mssdi98.dll8.11.50523.0239,10406-Jun-200507:46x86
Ntwdblib.dll2000.80.2199.0290,81625-May-200605:33x86
Odsole70.dll2000.80.2199.069,63225-May-200605:33x86
Osql.exe2000.80.2199.057,34425-May-200603:56x86
Pfclnt80.dll2000.80.2199.0430,08025-May-200605:33x86
Replmerg.exe2000.80.2199.0163,84025-May-200604:08x86
Replprov.dll2000.80.2199.0237,56825-May-200605:33x86
Replrec.dll2000.80.2199.0315,39225-May-200605:33x86
Replsub.dll2000.80.2199.0270,33625-May-200605:33x86
Semexec.dll2000.80.2199.0856,06425-May-200605:33x86
Sqlagent.exe2000.80.2199.0323,58425-May-200603:46x86
Sqldiag.exe2000.80.2199.0118,78425-May-200604:39x86
Sqldmo.dll2000.80.2199.04,362,24025-May-200605:33x86
Sqlevn70.rll2000.80.2199.045,05625-May-200605:33Not Applicable
Sqlfth75.dll2000.80.2199.0102,40025-May-200603:55x86
Sqlservr.exe2000.80.2199.09,162,75225-May-200605:32x86
Sqlsort.dll2000.80.2199.0589,82425-May-200605:33x86
Stardds.dll2000.80.2199.0176,12825-May-200605:33x86
Svrnetcn.dll2000.80.2199.0110,59225-May-200605:33x86
Ums.dll2000.80.2199.035,32825-May-200605:33x86
Xpstar.dll2000.80.2199.0311,29625-May-200605:33x86

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

After you have noticed the slow performance, you can use SQL Profiler to trace the instance of the publisher. In this scenario, you will notice that the sp_MSinitDynamicSubscriber stored procedure is called more than one time by using the same parameters.

In the SQL Profiler output, you may notice the RPC:Completed event multiple times with the same third parameter that is a row GUID. The output may resemble the following output:
starttime                                textdata  

--------------------------- ---------------------------------------------------------------------------------------------------- 

2006-05-09 09:41:00.657     exec sp_MSinitdynamicsubscriber 400, 5727001, 'AA513AF5-2D1E-4104-97B5-D596C9AD7F23', 'EF504338-01EE

2006-05-09 09:41:04.577     exec sp_MSinitdynamicsubscriber 400, 5727001, 'AA513AF5-2D1E-4104-97B5-D596C9AD7F23', 'EF504338-01EE

2006-05-09 09:40:34.297     exec sp_MSinitdynamicsubscriber 400, 5727001, 'AA513AF5-2D1E-4104-97B5-D596C9AD7F23', 'EF504338-01EE

REFERENCES

This problem also exists in Microsoft SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

917476 The sp_MSinitDynamicSubscriber stored procedure is called more than one time by using the same parameters when you synchronize a merge subscription in SQL Server 2005


Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbfix kbBug kbExpertiseAdvanced kbQFE kbhotfixserver kbpubtypekc KB919221 kbAudDeveloper kbAudITPRO