Do I have replication

  • Hi - We have lots of replications (push and pull) and I was wondering if there is any way of telling easily if a database is being replicated to? Is it a case that I just need to go through each of the local subscriptions?

    Thanks

  • It is possible to easily list the replicated databases:

    select * from sys.databases

    where is_published = 1

  • ah cool - its the is_subscribed field I am interested in however, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply