FIX: Merge Metadata Cleanup May Cause Subscriber Transaction Log to Grow Quickly (300056)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q300056
BUG #: 352358 (SHILOH_BUGS)
SYMPTOMS
When running the merge cleanup process (sp_mergecleanupmetadata), the merge subscribing database may be unable to truncate the transaction log until the merge cleanup process finishes.
CAUSE
The merge cleanup process starts a new transaction when running metadata cleanup on the subscriber. Because this transaction stays open during the cleanup process, the log cannot be truncated until the cleanup process finishes.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.MORE INFORMATION
This behavior occurs only in merge subscribing databases. In merge publishing databases, metadata deletes are committed in batches of 5000 rows; therefore, the publishing database is not affected by this behavior.
Modification Type: | Major | Last Reviewed: | 11/5/2003 |
---|
Keywords: | kbBug kbfix kbSQLServ2000sp1fix KB300056 |
---|
|