How to force a full backup with BizTalk
BizTalk has a schedule job that does incremental backups, usually every 15 minutes. But what if you want to do a full backup immediate? Run this command in SQL Server Management Studio (SSMS): USE BizTalkMgmtDb EXEC sp_ForceFullBackup Then manually start the SQL agent job “Backup BizTalk Server (BizTalkMgmtDb)” (or wait until the next scheduled 15 […]