Article ID: 278324 - Last Review: October 16, 2002 - Revision: 1.1 BUG: Distribution Agent Fails During Initial Synchronization When You Use Stored Procedure Replication
This article was previously published under Q278324
BUG #: 54317 (SQLBUG_70)
SYMPTOMS
When you have stored procedure articles as part of a Snapshot or Transactional publication, the Distribution agent may fail with the following error message when applying the initial snapshot to the Subscriber:
Incorrect syntax near 'Stored_Procedure_Name'
CAUSE
The Distribution agent replaces square brackets ([]) in an identifier with double quotes. The double quotes cause the stored procedure schema script to fail on the Subscriber.
WORKAROUND
To work around this problem, you can either:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
MORE INFORMATION
This behavior does not occur when the Distributor server is running Microsoft SQL Server 2000.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top