Created
March 6, 2017 09:30
-
-
Save melvinlee/cdc65e1119ac6ced3b54c5c5704d2bb4 to your computer and use it in GitHub Desktop.
SQL Server Transactional Replication Error: Could not find stored procedure error and how to recover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--We will assume that my_table table is in my_published_db and it is part of my_publication. | |
USE my_published_db | |
GO | |
EXEC sp_scriptpublicationcustomprocs @publication='my_publication' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment