Hi
We have configured log shipping for sql server 2005 EE 64 bit with SP3. We faced an issue with a SQL Server where Log shipping is not enabled as below:
Due to some application update failure, all the databases went offline & we are unable to bring them online and fianlly we restored them fron last backup.
In case, If same thing occures to the SQL server where log shipping is enabled and if we restore the databases from backup & reconfiure log shipping it will throw wired errors (I tested this on test server) because log shipping configuration documentation says that "we should disabled the log shipping before dropping the database"
SO what will be best approach to reconfigure the log shipping, if log shipping configured database on primary was corrupted/dropped without disabling the log shipping?
Thanks