FIX: Filtered Stored Procedures Cannot Reference Multiple TablesLast reviewed: April 8, 1997Article ID: Q153186 |
The information in this article applies to:
SYMPTOMSThe Filtered Stored procedures used to facilitate horizontal partitioning in SQL Server 6.50 replication may cause the Logreader task to keep retrying with the following message:
ConnectionTransact (GetOverLappedResult()).Possible network error: Write to SQL Server. Failed. Connection broken.This error prevents logreader from processing transactions, effectively stopping replication. The problem occurs when rows that do not match the restriction clause are inserted. This behavior is only exhibited in SQL Server version 6.50.
WORKAROUNDTo avoid encountering the bug you can:
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem was corrected in the latest Microsoft SQL Server U.S. Service Pack. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces:)
S E R V P A C K |
Additional query words: sp1
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |