Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 6.46 KB

sql-server-configuration-manager-help.md

File metadata and controls

82 lines (52 loc) · 6.46 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords monikerRange
SQL Server Configuration Manager Help
Get acquainted with SQL Server Configuration Manager. Learn how to use it to manage SQL Server services and configure network connectivity.
markingmyname
maghan
01/09/2024
sql
tools-other
conceptual
SQL Server Configuration Manager, help
>=sql-server-2016

SQL Server Configuration Manager Help

[!INCLUDE SQL Server Windows Only]

Use [!INCLUDE ssNoVersion] Configuration Manager to configure [!INCLUDE ssNoVersion] services and configure network connectivity. To create or manage database objects, configure security, and write [!INCLUDE tsql] queries, use [!INCLUDE ssManStudioFull]. For more information about [!INCLUDE ssManStudioFull], see [!INCLUDE ssNoVersion] Books Online.

Tip

If you need to configure [!INCLUDE ssNoVersion] on Linux, use the mssql-conf tool. For more information, see Configure SQL Server on Linux with the mssql-conf tool.

This section contains the F1 Help articles for the dialogs in [!INCLUDE ssNoVersion] Configuration Manager.

Note

[!INCLUDE ssNoVersion] Configuration Manager cannot configure versions of [!INCLUDE ssNoVersion] earlier than [!INCLUDE msCoName] [!INCLUDE ssVersion2005].

Services

[!INCLUDE ssNoVersion] Configuration Manager manages services that are related to [!INCLUDE ssNoVersion]. Although many of these tasks can be accomplished using the [!INCLUDE msCoName] Windows Services dialog, is important to note that [!INCLUDE ssNoVersion] Configuration Manager performs additional operations on the services it manages, such as applying the correct permissions when the service account is changed. Using the normal Windows Services dialog to configure any of the [!INCLUDE ssNoVersion] services might cause the service to malfunction.

Use [!INCLUDE ssNoVersion] Configuration Manager for the following tasks for services:

  • Start, stop, and pause services

  • Configure services to start automatically or manually, disable the services, or change other service settings

  • Change the passwords for the accounts used by the [!INCLUDE ssNoVersion] services

  • Start [!INCLUDE ssNoVersion] using trace flags (command line parameters)

  • View the properties of services

SQL Server Network Configuration

Use [!INCLUDE ssNoVersion] Configuration Manager for the following tasks related to the [!INCLUDE ssNoVersion] services on this computer:

  • Enable or disable a [!INCLUDE ssNoVersion] network protocol

  • Configure a [!INCLUDE ssNoVersion] network protocol

Note

For a short tutorial about how to configure protocols and connect to the [!INCLUDE ssDEnoversion], see Tutorial: Getting Started with the Database Engine.

SQL Server Native Client Configuration

Important

[!INCLUDE snac-removed-oledb-and-odbc]

[!INCLUDE ssNoVersion] clients connect to [!INCLUDE ssNoVersion] by using the [!INCLUDE ssNoVersion] Native Client network library. Use [!INCLUDE ssNoVersion] Configuration Manager for the following tasks related to client applications on this computer:

  • For [!INCLUDE ssNoVersion] client applications on this computer, specify the protocol order, when connecting to instances of [!INCLUDE ssNoVersion].

  • Configure client connection protocols.

  • For [!INCLUDE ssNoVersion] client applications, create aliases for instances of [!INCLUDE ssNoVersion], so that clients can connect using a custom connection string.

For more information about each of these tasks, see F1 help for each task.

Open SQL Server Configuration Manager

  • On the Start menu, point to All Programs, point to Microsoft SQL Server (version), point to Configuration Tools, and then select SQL Server Configuration Manager.

To access [!INCLUDE ssNoVersion] Configuration Manager Using [!INCLUDE win8]

Because [!INCLUDE ssNoVersion] Configuration Manager is a snap-in for the [!INCLUDE msCoName] Management Console program and not a stand-alone program, [!INCLUDE ssNoVersion] Configuration Manager not does not appear as an application when running [!INCLUDE win8]. To open [!INCLUDE ssNoVersion] Configuration Manager, in the Search charm, under Apps, type SQLServerManager12.msc (for [!INCLUDE ssSQL14]) or SQLServerManager11.msc (for [!INCLUDE ssSQL11]), and then press Enter.

Related content