Get a list of database local subscription on subscriber with T-SQL
Par Draggi le mardi, avril 15 2014, 14:59 - SQL - Lien permanent
This command select a list with all replication configured on local subscriber server.
SELECT name
FROM sys.databases
WHERE OBJECT_ID(name+'.dbo.MSreplication_objects') IS NOT NULL