Skip to content

Instantly share code, notes, and snippets.

@sayham-sjb
Last active September 9, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayham-sjb/75a123d4c234acda73066d330f3bdbe0 to your computer and use it in GitHub Desktop.
Save sayham-sjb/75a123d4c234acda73066d330f3bdbe0 to your computer and use it in GitHub Desktop.
StopReplication #sql
EXEC master.dbo.sp_replicationdboption @dbname = {DBName}, @optname = N'publish', @value = N'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment