-
Notifications
You must be signed in to change notification settings - Fork 10
Configure System DB Management
Previous Configure Full-Text options | Manual Configuration | Configure DBA Database Next |
---|
A number of routines can be installed to assist in managing SQL Server.
The System DB Management configuration relates to Process Id 5EA and is controlled by the parameters below:
SQL Version | Parameter | FULL Build | WORKSTATION Build | CLIENT Build |
---|---|---|---|---|
SQL2019 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2017 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2016 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2014 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2012 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2008R2 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2008 | /SetupSysManagement: | Yes | Yes | N/A |
SQL2005 | /SetupSysManagement: | Yes | Yes | N/A |
In order to maintain compatibility with older versions of SQL FineBuild, the parameter ConfigSysManagement can also be used.
The following steps show what you would have to do for manual Configure System DB Management. FineBuild does all of this work for you automatically.
-
Extract all files from SqlSysManagement.Cab into a temporary folder.
-
Run the system DB Management Install script to create the following maintenance routines.
A single set of these routines is created for each SQL Server instance:
The following routines are added to the master database:
Item Comment MSG Messages.sql Add standard messages to master database. This file can be updated to contain other messages used by the site. Proc sp_GetEnvVarValue.sql Get specified Windows environment variable value The following routines are added to the model database:
Item Comment UDT Hugemoney.sql Adds Hugemoney data type The following routines are added to the msdb database:
Item Comment Alert BasicSetup.sql Alerts for errors with severity 17 and above Alert Login Fail.sql Raise an alert if an attempted login fails. Repeated failed logins can indicate an attempt to subvert SQL Server security. Alert Login sa Success.sql Raise an alert for a successful login using the sa account. Unless such a login is expected, this situation is normally a breach of security. Job Create New Errorlog Cycle the SQL Server Errorlog every midnight Oper SQL_Alerts.sql SQL Agent Operator to process DBA Alerts
Copyright FineBuild Team © 2014 - 2019. License and Acknowledgements
Previous Configure Full-Text options | Top | Configure DBA Database 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