SQL Server Configuration Manager startup parameter from C# -
We need to implement a change in about 100 computers, so I hope that it is possible to do this with an application .
All computers will be required:
- Shut down mssql service
- startup Parameter (AD-M)
- Create database 'test'
- Shut down mssql service
- parameter -m Remove
- Start the MSSQL service
All affected computers are running SQL Server 2012
See PowerShell.
Use the general services and configure the Windows services, including the SQL Server service (s). See . Use Provider for SQL Server Specific Content
There are several tutorials online, e.g. .
Comments
Post a Comment