Pre-allocate space and define auto-growth settings for BizTalk Server databases
Auto growth setting plays an important role in BizTalk configuration for performance reasons, why?
SQL Server database auto-growth is a blocking operation which hinders BizTalk Server database performance. When SQL Server increases the size of a file,
it must first initialize
This script is tested on these platforms by the author. It is likely to work on other platforms as well. If you try it and find that it works on another platform, please add a note to the script discussion to let others know.