BizTalk Server 2010: Backup Compression

BizTalk Server 2010: Backup Compression


Introduction

One of the new features of BizTalk Server 2010 is backup compression of BizTalk database. This feature has some advantages like:
  • Less disk space is required for data files,
  • Less I/O operations,
  • A faster backup and restore of the databases,
  • And reduction of network usage to transfer the files to your disaster recovery site.

When you run backup compression, custom databases that are a part of BizTalk backup jobs will also be compressed. Database backups will happen without compression if backup compression is enabled on databases that belong to non-enterprise editions of SQL Server. If you are a Sysadmin, a warning message will be displayed in the SQL Server’s Event Viewer.

Note: Creating compressed backups is supported only in SQL Server 2008 Enterprise and later versions.

Compression feature

The feature can be used through BizTalk Server Backup Job. You can configure compression by Job Properties of the Backup BizTalk Server. In the Job step list, click Set Compression Option, and then click Edit.

exec [dbo].[sp_SetBackupCompression] @bCompression = 0 /*0 - Do not use Compression, 1 - Use Compression */

On the General page, in the Command box, edit the command, and then click OK.

See MSDN How to Configure the Backup BizTalk Server Job.

See Also

Another important place to find a huge amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki.

Read suggested related topics:

Leave a Comment
  • Please add 6 and 7 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Sandro Pereira edited Revision 7. Comment: Fixing SQL code format

  • Lex Hegt edited Revision 4. Comment: Added link to the Aspects of BizTalk Server Backups article

  • Steef-Jan Wiggers edited Revision 3. Comment: Fixed Typo

  • Steef-Jan Wiggers edited Revision 2. Comment: Added text and resource links

  • Steef-Jan Wiggers edited Original. Comment: Added resource link

Page 1 of 1 (5 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Steef-Jan Wiggers edited Original. Comment: Added resource link

  • Steef-Jan Wiggers edited Revision 2. Comment: Added text and resource links

  • Steef-Jan Wiggers edited Revision 3. Comment: Fixed Typo

  • Lex Hegt edited Revision 4. Comment: Added link to the Aspects of BizTalk Server Backups article

  • Sandro Pereira edited Revision 7. Comment: Fixing SQL code format

Page 1 of 1 (5 items)