1
vote
1answer
820 views
How do I check SQL replication status via T-SQL?
I want to be able to check the status of a publication and subscription in SQL Server 2008 T-SQL. I want to be able to determine if its okay, when was the last successful, sync, etc.. Is this poss …
2
votes
How do I check SQL replication status via T-SQL?
Got it
http://msdn.microsoft.com/en-us/library/ms147874.aspx
…
