Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 3.37 KB

scm-services-prevent-automatic-startup-of-an-instance.md

File metadata and controls

47 lines (34 loc) · 3.37 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Prevent automatic startup of an instance (SQL Server Configuration Manager)
Find out how to prevent an instance of SQL Server from starting automatically. See how to set the start mode to manual to accomplish this task.
rwestMSFT
randolphwest
07/26/2024
sql
configuration
how-to
automatic SQL Server startup
SQL Server, stopping
SQL Server, automatic startup
canceling automatic startup
stopping SQL Server
preventing automatic startups [SQL Server]

SQL Server Configuration Manager: Prevent automatic startup of an instance

[!INCLUDE SQL Server]

This article describes how to prevent an instance of [!INCLUDE ssNoVersion] from starting automatically in [!INCLUDE ssnoversion] by using SQL Server Configuration Manager. [!INCLUDE ssNoVersion] is normally configured to start automatically. You can change that by setting the start mode for the instance to manual.

Use SQL Server Configuration Manager

Prevent automatic startup of an instance of SQL Server

  1. On the Start menu, point to All Programs, point to [!INCLUDE ssCurrentUI], point to Configuration Tools, and then select SQL Server Configuration Manager.

    Because SQL Server Configuration Manager is a snap-in for the [!INCLUDE msconame-md] Management Console program and not a stand-alone program, SQL Server Configuration Manager doesn't appear as an application in newer versions of Windows.

    Operating system Details
    Windows 10 and Windows 11 To open SQL Server Configuration Manager, on the Start Page, type SQLServerManager16.msc (for [!INCLUDE sssql22-md]). For other versions of [!INCLUDE ssNoVersion], replace 16 with the appropriate number. Selecting SQLServerManager16.msc opens the Configuration Manager. To pin the Configuration Manager to the Start Page or Task Bar, right-click SQLServerManager16.msc, and then select Open file location. In the Windows File Explorer, right-click SQLServerManager16.msc, and then select Pin to Start or Pin to taskbar.
    Windows 8 To open SQL Server Configuration Manager, in the Search charm, under Apps, type SQLServerManager<version>.msc, such as SQLServerManager16.msc, and then press Enter.
  2. In SQL Server Configuration Manager, expand Services, and then select SQL Server.

  3. In the details pane, right-click MSSQLServer, and then select Properties.

  4. In the SQL Server <instancename> Properties dialog box, on the Service tab, in the General box, set the value of Start Mode to Manual.

  5. Select OK to close the SQL Server <instancename> Properties dialog box, and then close [!INCLUDE ssNoVersion] Configuration Manager.

Related content