cancel
Showing results for 
Search instead for 
Did you mean: 

Remote subscriptions status

former_member836222
Discoverer
0 Kudos

Hello All,

I am creating a report, to get the errored status and message of replication task. I could see the remote subscriptions overview in DB explore(right click on remote subscriptions), how to get the data source of that results / is there any table/views to get the status of the replication tasks? Thanks in advance

0 Kudos

Hi ragavendiran007,

result will be visible once we create a remote subscription

CREATE REMOTE SUBSCRIPTION <Subscription_Name> ON <Table1> TARGET TABLE <Table2>;

This comes into picture during RTR(Remote table replication) scenario



Regards

Deepak

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member836222
Discoverer
0 Kudos

Hello deepak150,

Thank you for your reply, my question is, what is the table/data source to get existing replication tasks status and error message.

Regards

Ragavendiran