Skip to content

Instantly share code, notes, and snippets.

@melvinlee
Created March 6, 2017 09:30
Show Gist options
  • Save melvinlee/cdc65e1119ac6ced3b54c5c5704d2bb4 to your computer and use it in GitHub Desktop.
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
--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