Hi,
We have 3 instances of Biztlak server databases in sql server 2005 and we planning to implement Log shipping for these databases. From MSDN:http://technet.microsoft.com/en-us/library/dd407739.aspx
While BizTalk log shipping is based on similar principles as SQL Server log shipping, SQL Server log shipping is not supported for the BizTalk Server databases backed up as part of the Backup BizTalk Server job
Here for the database backups, we not using the Biztalk related backup job Backup BizTalk Server (BizTalkMgmtDb) and this job exists only in one of the 3 instances.
We using our own t-sql script to backup all the databases in 3 instances.
In above scenario, can we use/supported sql server log shipping for Biztalk databases? OR
do we need to use only Biztalk log shipping?
Please clarify me...