I am setting up a Standby Server for disaster recovery and high availability reasons. My product relies heavily on SQL Jobs, as such, these jobs need to exist (Disabled) on the Standby server.
I have the database replication setup, however I can't find information on techniques for syncing jobs between two servers.
Does anybody do this, and what techniques can you suggest?
I'm currently using SQL Server 2005.
Thanks