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?