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 .

  • Start MSSQL services

    All computers will be required:

    1. Shut down mssql service
    2. startup Parameter (AD-M)
    3. Create database 'test'
    4. Shut down mssql service
    5. parameter -m Remove
    6. 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

    Popular posts from this blog

    excel vba - How to delete Solver(SOLVER.XLAM) code -

    github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

    ios - Replace text in UITextView run slowly -