|
I have a transactional push-only publication/subscription in SQL Server 2005 that I am creating with a script. The synchronization schedule is set to continuous. As part of the setup for the subscriber, I need to wait until after the initial synchronization has completed and then perform additional setup of the database. How can I query to see if the initial synchronization has completed?
(comments are locked)
|
|
Is not Replication Monitor providing you with this information? If not you can search BOL for sp_replmonitorhelpsubscription. I want to be able to do it automatically as part of a sql script, so replication monitor isn't really helpful - though sp_replmonitorhelpsubscription looks like it might be promising.
Nov 05 '09 at 12:08 PM
user-470
Also, what do you mean by BOL?
Nov 05 '09 at 12:09 PM
user-470
BOL is SQL Books OnLine - the help tome.
Nov 05 '09 at 12:26 PM
Blackhawk-17
The books online link is http://msdn.microsoft.com/en-us/library/ms188073%28SQL.90%29.aspx This is what I needed. Thanks!
Nov 05 '09 at 01:40 PM
user-470
(comments are locked)
|
|
If not you can search BOL for sp_replmonitorhelpsubscription.
(comments are locked)
|

