SQL Server configuration without SQL Mgmt Studio
Database configuration tool
The Database Configuration Tool can be used for the configuration of MS SQL server databases in situations where those databases cannot be accessed directly, e.g. in containerised installation approaches, or in environments like the SIS-CC DevOps one.
It currently supports the following tasks:
- Set database recovery mode set to
SIMPLE
(always executed) - Adjust maximum size of Data & Log files (optional)
Detailed information can be found here.