sync
This commit is contained in:
29
DBG - check for leftover replication metadata.sql
Normal file
29
DBG - check for leftover replication metadata.sql
Normal file
@@ -0,0 +1,29 @@
|
||||
USE [distribution]
|
||||
|
||||
SELECT *
|
||||
--delete
|
||||
FROM MSsubscriptions
|
||||
|
||||
|
||||
SELECT *
|
||||
--delete
|
||||
FROM MSsubscriber_info
|
||||
|
||||
|
||||
SELECT *
|
||||
--delete
|
||||
FROM MSpublications
|
||||
|
||||
|
||||
SELECT *
|
||||
FROM MSdistribution_agents
|
||||
|
||||
|
||||
SELECT *
|
||||
--delete
|
||||
FROM MSsubscriber_schedule
|
||||
|
||||
|
||||
SELECT *
|
||||
--delete
|
||||
FROM MSdistribution_history
|
||||
Reference in New Issue
Block a user