Hi All,
I have a table 'REPLI_2' and when I run sp_depends I can see all the subscriptions related SP's like
dbo.sp_MSupd_dborepli_2dbo.sp_MSins_dborepli_2
dbo.sp_MSdel_dborepli_2
However when I query 'MSreplication_objects' or 'MSreplication_subscriptions' I do not see any entries for the mentioned table 'REPLI_2'
Note : This table is also a publisher to a different subscriber.
Confused any help would be appreciated.
I want to know from where I am getting the data?
aa