Hello! I am writing an app with C# that is using SQL Server 2005's RMO objects. I want to display a tree control with say a log history (last successful sync, dates, etc...). I know that the server stores this kind of info somewhere but I'm not sure how to access this via RMO.
Can anybody point me in the right direction? Thanks!
Hi,
The following page in BOL might include the information you need: "How to: prorammatically Monitor Replication (RMO programming)" (http://msdn2.microsoft.com/en-us/library/ms147926.aspx).
-Peng
|||That's it thank you!!!|||You may also find this helpful...
http://msdn2.microsoft.com/en-US/library/ms146899.aspx
No comments:
Post a Comment