-
Notifications
You must be signed in to change notification settings - Fork 10
Developer Workstation Role
EdVassie edited this page Aug 29, 2018
·
3 revisions
Previous Management Server Role | Administration Server Role Next |
---|
This page describes the Developer Workstation Role deployment file.
The assumptions relating to this role are:
- Each developer has their own personal workstation
- SQL Server is one of many software components that will be installed, so SQL memory must be limited to 800MB
- All software will be installed on the System drive
- The default SQL Server account names will be used for all services
-
Create a role file in the Site SQL Files Folder similar to the example below. Call the file SQLWorkstation.bat.
The role file contains all the parameters that define the role.
REM Copyright FineBuild Team © 2014 - 2016. Distributed under Ms-Pl License
REM
CALL "SQLDev.bat" %* /Type:Workstation ^
/IAcceptLicenseTerms /Edition:Dev ^
/SAPWD:"UseAL0ngPa55phrase!" /spConfigureMaxServerMemory:800
-
In this example, it is not necessary to create an install file for each server, as there are no server-specific items.
-
When the SQLWorkstation file is run, it runs the environment default values file which in turn invokes FineBuild with the combined set of parameters.
Copyright FineBuild Team © 2014 - 2018. License and Acknowledgements
Previous Management Server Role | Top | Administration Server Role 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