Skip to content

Large Scale Deployment Overview

EdVassie edited this page Sep 2, 2021 · 3 revisions
Previous Connection String Stability Site SQL Files Folder Next

When SQL Server is deployed on to a number of servers, the best practice is to identify a set of server roles and store these details in a Site SQL Files Folder. The organisation should also use separate Development, Test and Production Environments.

This section of Large Scale Deployment Using SQL FineBuild will focus on building the deployment process. The SQL Server Deployment Architecture section will focus on the overall architecture that can be used.

The servers that form a given role should all be built in the same way. Each organisation will have its own unique server roles, and the examples below show some roles that can be adapted as required. Each role file would contain the FineBuild parameters that define the role, so that all servers in a given role can be built with the same configuration.

In addition to the role file, a separate install file will normally be created for each SQL instance that is to be installed, which would also be stored in the Site SQL Files Folder. As shown by the Developer Workstation Role, it is useful to be pragmatic about when separate files for each SQL instance are used, compared to running the role file directly.

Details of the parameters used in the Role Files are given in FineBuild Parameter Inventory. Site-specific items can be configured automatically by SQL FineBuild, see AutoConfig Processing for details.

Copyright FineBuild Team © 2021. License and Acknowledgements

Previous Connection String Stability Top Site SQL Files Folder Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally