Article ID: 938675 - Last Review: June 20, 2007 - Revision: 1.4 FIX: The update may take a longer time to complete in SQL Server 2005 than in SQL Server 2000 when you update subscribers of a transactional publication that has immediate updating subscriptions enabledBug #: 50001288 (SQL Hotfix) On This PageSYMPTOMSYou have a transactional publication in Microsoft SQL Server 2005. The update on the subscribers may take longer time to complete than when you perform the same operation in Microsoft SQL Server 2000. This problem occurs if the following conditions are true:
CAUSEThis problem occurs because of behavior that occurs when the IDENTITY property is set on the published table schema. In this case, SQL Server 2005 does not cache the execution plan for the synchronization update stored procedure that is called by the subscriber at the publisher. For example, the stored procedure name that is called at the publisher server is sp_MSsync_upd_ACCOUNT_1. SQL Server 2005 compiles the stored procedure for every row update on the subscriber. Therefore, the overall elapsed time for the update increases. RESOLUTIONCumulative update informationThe fix for this issue was first released in Cumulative Update 2. For more information about how to obtain this cumulative update package for SQL Server 2005 Service Pack 2, click the following article number to view the article in the Microsoft Knowledge Base:936305
(http://support.microsoft.com/kb/936305/LN/
)
Cumulative update package 2 for SQL Server 2005 Service Pack 2 Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release. Microsoft recommends that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:937137
(http://support.microsoft.com/kb/937137/LN/
)
The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
Microsoft SQL Server 2005 hotfixes are created for specific SQL Server service packs. You must apply a SQL Server 2005 Service Pack 2 hotfix to an installation of SQL Server 2005 Service Pack 2. By default, any hotfix that is provided in a SQL Server service pack is included in the next SQL Server service pack.
WORKAROUNDTo work around this problem, use one of the following methods:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. APPLIES TO
| Article Translations
|
Back to the top
