Aller au contenu | Aller au menu | Aller à la recherche

Get a list of database local subscription on subscriber with T-SQL

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