Hi All,
When trying to examine if a database is a subscriber, I am trying to use DATABASEPROPERTYEX like:
select DATABASEPROPERTYEX ( 'SubscriberDB' , 'IsSubscribed' )
but it always returns 0, regardless of if the DB is a subscriber or not.
Is there something i'm missing?
Cheers.
Rin