Results 1 to 4 of 4

Thread: Checking publications are subscribed to all subs

  1. #1
    Join Date
    Mar 2005
    Posts
    7

    Checking publications are subscribed to all subs

    Hi All

    How can I checked the publication are subscribed to all subscribers?
    is there any stored procedure or method to do this?

    Thanks alot

    Tolga

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    use publisheddatabasename

    go
    sp_enumfullsubscribers 'publication name'

  3. #3
    Join Date
    Mar 2005
    Posts
    7
    Actually I found a script in internet like this, but its complicated to understand...I could not understand how it works.. what are the comments at the begining?
    You can look the script at the following link...

    http://www.selectstar.co.uk/kb/repli...umplog152.html

    Can u explain this procedure?

    Thanks

    Tolga

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    You have to run that script on a distribution database.

    If you know where the distribution is, you can query all the replication tables to find more details.

    MSsubscriber_info and MSsubscriptions stores all the information. Just browse all the tables in the distribution database.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •