Delete Snapshot Replication
when try drop publication in order:
exec sp_dropsubscription @publication = @publicname, @subscriber = @servname, @article = n'all'
exec sp_droppublication @publication = @publicname
i getting following error after dropping publication
msg 16943, level 16, state 4, procedure sp_msrepl_changesubstatus, line 1271
could not complete cursor operation because table schema changed after cursor declared.
msg 16943, level 16, state 4, procedure sp_msrepl_changesubstatus, line 1271
could not complete cursor operation because table schema changed after cursor declared.
could give me suggestion how avoid error?
thanks!
SQL Server > SQL Server Replication
Comments
Post a Comment