Files
sql-scripts/DBG - find orphaned replication meta data.sql
Schork Thierry (Galenica - ADM) 63d058a7eb added files from swmgmt03
2025-09-22 09:00:00 +02:00

30 lines
360 B
SQL

USE [distribution]
SELECT *
--delete
FROM MSsubscriptions
SELECT *
--delete
FROM MSsubscriber_info
where subscriber like '%T09'
SELECT *
--delete
FROM MSpublications
SELECT *
FROM MSdistribution_agents
--where name like '%31'
SELECT *
--delete
FROM MSsubscriber_schedule
where subscriber like '%T02'
SELECT *
--delete
FROM MSdistribution_history