How to know Subscription is PULL or PUSH in SQL Server 2005

  • In SQL Server 2000 replication under Publication folder on right panel column 'Type' i was able to see if it is 'PULL' or 'PUSH' but same i am not able to see in SQL 2005 , can any body confirm where and How i can see the subscription is PULL or PUSH in SQL Server 2005?

    Appreciate your reply.

  • Check BOL sp_helpSubscription

    In the return set, there is a column called "Subscription type", 0 = push, 1=pull, 2=anonymous

    HTH,

    J.Y

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

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