Как открыть диспетчер конфигурации sql server
Перейти к содержимому

Как открыть диспетчер конфигурации sql server

  • автор:

Как открыть Диспетчер конфигурации SQL

после проверки программ, установленных на моей машине, он говорит, что у меня установлен SQL Server 2014. Однако я не могу получить доступ к Configuration Manager В «все приложения» меню Пуск, чтобы сделать базу данных. Я пытаюсь создать простую форму входа в Visual Studio, но при создании базы данных она говорит:

сеть-или относящиеся к экземпляру ошибка при подключении к SQL серверу.Сервер не найден или недоступен. Убедитесь, что экземпляр настроен на разрешение удаленных подключений. (поставщик: сетевые интерфейсы SQL, ошибка 50: — произошла ошибка выполнения локальной базы данных. Указанный экземпляр LocalDB не существует.)

правильно ли я понимаю, или я просто делаю что-то неправильно? Помогите с этой ошибкой, пожалуйста?

2 ответов

Если вы не нашли configuration manager в меню Пуск, вы можете попробовать это:

  1. запустить mmc
  2. выберите Файл->Добавить/удалить оснастку.
  3. найдите оснастку «диспетчер конфигурации SQL Server»
  4. нажмите Добавить, затем Ok.

вот скриншот для вашей справки:
enter image description here

на самом деле диспетчер конфигурации SQL Server не то же самое, что практическое руководство. Диспетчер конфигурации SQL Server предназначен для настройки протоколов и служб, связанных со всеми экземплярами SQL Server. Но для создания баз данных и управления ими требуется среда SQL Server Management Studio.

вы многие не видят SQL Server Management Studio в ваших программах, если он не был установлен вместе с SQL Server. Хотя бы ваш компьютер показывает, что SQL Server установлен, помните, что есть несколько модулей, и вы, возможно, не выбрали для установки Management Studio. На самом деле, Microsoft предлагает меньшие загрузки, которые не включают студию. В любом случае, скорее всего, вы не устанавливали среду Management studio.

  1. повторно запустите установочный файл SQL Server и установите флажок для параметра среда Management Studio, если он установлен доступный.
  2. или, скачать практическое руководство от Microsoft по этой ссылке: https://www.microsoft.com/en-ca/download/details.aspx?id=42299
    на этой странице вы увидите красную кнопку «Скачать». Щелкните его, а затем прокрутите вниз и выберите SQLServerManagementStudio_x64_ENu.файл EXE.
    это должно выглядеть так: Screen Shot of Download page

Name already in use

sql-docs / docs / relational-databases / sql-server-configuration-manager.md

  • Go to file T
  • Go to line L
  • Copy path
  • Copy permalink
  • Open with Desktop
  • View raw
  • Copy raw contents Copy raw contents

Copy raw contents

Copy raw contents

SQL Server Configuration Manager

[!INCLUDEssNoVersion] Configuration Manager is a tool to manage the services associated with [!INCLUDEssNoVersion], to configure the network protocols used by [!INCLUDEssNoVersion], and to manage the network connectivity configuration from [!INCLUDEssNoVersion] client computers. Beginning with [!INCLUDE sssql22-md], can use Configuration Manager to manage the Azure extension for SQL Server.

[!INCLUDEssNoVersion] Configuration Manager is installed with your SQL Server installation. [!INCLUDEssNoVersion] Configuration Manager is a [!INCLUDEmsCoName] Management Console snap-in that is available from the Start menu, or can be added to any other [!INCLUDEmsCoName] Management Console display. [!INCLUDEmsCoName] Management Console (mmc.exe) uses the SQLServerManager<version>.msc file (such as SQLServerManager13.msc for [!INCLUDEsssql15-md]) to open Configuration Manager. You will need the corresponding [!INCLUDEssNoVersion] Configuration Manager version to manage that particular version of [!INCLUDEssNoVersion]. Here are the paths to the last five versions when Windows is installed on the C drive.

Version Path
[!INCLUDEssNoVersion] 2022 C:\Windows\SysWOW64\SQLServerManager16.msc
[!INCLUDEssNoVersion] 2019 C:\Windows\SysWOW64\SQLServerManager15.msc
[!INCLUDEssNoVersion] 2017 C:\Windows\SysWOW64\SQLServerManager14.msc
[!INCLUDEssNoVersion] 2016 C:\Windows\SysWOW64\SQLServerManager13.msc
[!INCLUDEssSQL14] C:\Windows\SysWOW64\SQLServerManager12.msc
[!INCLUDEssSQL11] C:\Windows\SysWOW64\SQLServerManager11.msc
  • Windows 10 or 11:
    To open [!INCLUDEssNoVersion] Configuration Manager, navigate to the file location listed above for your version. Click SQLServerManager16.msc to open the Configuration Manager. You can also right-click SQLServerManager16.msc to pin the Configuration Manager to the Start Page or Task Bar.

  • Windows 8:
    To open [!INCLUDEssNoVersion] Configuration Manager, in the Search charm, under Apps, type SQLServerManager<version>.msc such as SQLServerManager13.msc, and then press Enter.

[!INCLUDEssNoVersion] Configuration Manager and SQL Server Management Studio use Window Management Instrumentation (WMI) to view and change some server settings. WMI provides a unified way for interfacing with the API calls that manage the registry operations requested by the [!INCLUDEssNoVersion] tools and to provide enhanced control and manipulation over the selected SQL services of the [!INCLUDEssNoVersion] Configuration Manager snap-in component. For information about configuring permissions related to WMI, see Configure WMI to Show Server Status in SQL Server Tools.

To start, stop, pause, resume, or configure services on another computer by using [!INCLUDEssNoVersion] Configuration Manager, see Connect to Another Computer (SQL Server Configuration Manager).

Use [!INCLUDEssNoVersion] Configuration Manager to start, pause, resume, or stop the services, to view service properties, or to change service properties.

Use [!INCLUDEssNoVersion] Configuration Manager to start the [!INCLUDEssDE] using startup parameters. For more information, see Configure Server Startup Options (SQL Server Configuration Manager).

Beginning with [!INCLUDE sssql22-md], you can use [!INCLUDEssNoVersion] Configuration Manager to start, pause, resume, or stop Azure extension for SQL Server.

Changing the Accounts Used by the Services

Manage the [!INCLUDEssNoVersion] services using [!INCLUDEssNoVersion] Configuration Manager.

[!IMPORTANT]
Always use [!INCLUDEssNoVersion] tools such as [!INCLUDEssNoVersion] Configuration Manager to change the account used by the [!INCLUDEssNoVersion] or [!INCLUDEssNoVersion] Agent services, or to change the password for the account. In addition to changing the account name, [!INCLUDEssNoVersion] Configuration Manager performs additional configuration such as setting permissions in the Windows Registry so that the new account can read the [!INCLUDEssNoVersion] settings. Other tools such as the Windows Services Control Manager can change the account name but do not change associated settings. If the service cannot access the [!INCLUDEssNoVersion] portion of the registry the service may not start properly.

As an additional benefit, passwords changed using [!INCLUDEssNoVersion] Configuration Manager, SMO, or WMI take affect immediately without restarting the service.

Manage Server & Client Network Protocols

[!INCLUDEssNoVersion] Configuration Manager allows you to configure server and client network protocols, and connectivity options. After the correct protocols are enabled, you usually do not need to change the server network connections. However, you can use [!INCLUDEssNoVersion] Configuration Manager if you need to reconfigure the server connections so [!INCLUDEssNoVersion] listens on a particular network protocol, port, or pipe. For more information about enabling protocols, see Enable or Disable a Server Network Protocol. For information about enabling access to protocols through a firewall, see Configure the Windows Firewall to Allow SQL Server Access.

[!INCLUDEssNoVersion] Configuration Manager allows you to manage server and client network protocols, including the ability to force protocol encryption, view alias properties, or enable/disable a protocol.

[!INCLUDEssNoVersion] Configuration Manager allows you to create or remove an alias, change the order in which protocols are used, or view properties for a server alias, including:

Server Alias — The server alias used for the computer to which the client is connecting.

Protocol — The network protocol used for the configuration entry.

Connection Parameters — The parameters associated with the connection address for the network protocol configuration.

The [!INCLUDEssNoVersion] Configuration Manager also allows you to view information about failover cluster instances, though Cluster Administrator should be used for some actions such as starting and stopping the services.

Available Network Protocols

[!INCLUDEssNoVersion] supports Shared Memory, TCP/IP, and Named Pipes protocols. For information about choosing a network protocols, see Configure Client Protocols. [!INCLUDEssNoVersion] does not support VIA, Banyan VINES Sequenced Packet Protocol (SPP), Multiprotocol, AppleTalk, or NWLink IPX/SPX network protocols. Clients previously connecting with these protocols must select a different protocol to connect to [!INCLUDEssNoVersion]. You cannot use [!INCLUDEssNoVersion] Configuration Manager to configure the WinSock proxy. To configure the WinSock proxy, see your ISA Server documentation.

Отсутсвует диспетчер конфигурации Microsoft SQL Server или не открывается

Для настройки работы Microsoft SQL Server на специфическом порту нужно воспользоваться диспетчером конфигураций Microsoft SQL Server. Иногда ярлык “Диспетчер конфигурации SQL Server” (“SQL Server Configuration Manager”) отсутствует.

Запуск диспетчера конфигурации вручную

Вручную можно запустить командой:

C:\Windows\SysWOW64\mmc.exe /32 «c:\Windows\SysWOW64\SQLServerManager.msc»
(для 64-битной системы)

C:\Windows\System32\mmc.exe /32 C:\Windows\system32\SQLServerManager.msc
(для x86)

Вместо SQLServerManager.msc может быть другой файл, в зависимости от версии SQL Server, например, SQLServerManager12.msc.

Ошибка ручного запуска

В случае, если команда выдает ошибку 0x8004100e:

«Не удалось подключиться к поставщику WMI. Сервер недоступен или нет разрешения на доступ. Управлять службами SQL Server 2005 можно только с помощью диспетчера конфигурации SQL Server. Недопустимый класс [0x80041010] «

нужно восстановить файл конфигурации поставщика инструментария управления Windows (WMI) для управления службами SQL Server, выполнив:

C:\Program Files (x86)\Microsoft SQL Server\90\Shared\mofcomp sqlmgmproviderxpsp2up.mof
(для 64-битной системы)

C:\Program Files\Microsoft SQL Server\90\Shared\mofcomp sqlmgmproviderxpsp2up.mof
(для x86)

Вместо C:\. \90 может быть другая папка в зависимости от номера версии SQL Server (80, 90, 100, 110, 120 ….). Кроме того, на одном ПК могло быть установлено несколько версий, нужно выбрать актуальную.

Screenshot_49.jpg

Результат запуска

Screenshot_48.jpg

После этого диспетер конфигурации можно будет запустить вручную, как показано в начале.

How to open sql server configuration manager in windows 10?

I am using SQL server Express 2012 in my new windows 10 laptop, now I need to open SQL server configuration manager in windows 10? Where can I find it in Windows 10, in Windows 7, it was easier to navigate and check it in All Programs -> SQL server 2012 -> SQL server configuration manager, but in Windows 10 I cannot find it.

Where can I find it in windows 10? I tried to check in All programs but wasn’t able to find it.

Answered by:- neena

  1. Go to Control Panel -> Administrative tools -> Open Computer Management ->Services and Application -> SQl server configuration manager, below is the screenshot
  2. Another way is naviagte to «C:\Windows\SysWOW64» and find ‘SQLServerManager.msc’

Answered by:- vikas_jk

For SQL Server 2017 it is : C:\Windows\SysWOW64\SQLServerManager14.msc
For SQL Server 2016 it is : C:\Windows\SysWOW64\SQLServerManager13.msc
For SQL Server 2016 it is : C:\Windows\SysWOW64 \ SQLServerManager12.msc

and to add it back to the start menu, copy it from the original location provided above and paste it to

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft SQL Server 2017\Configuration Tools\

Note: ProgramData folder is hidden, you can show hidden folders in Windows explorer by navigating to «View»-> «Options»-> «Select View tab»-> under hidden «Files and folders» -> Select «Show hidden files, folders and drive»

This would put back the configuration manager under start menu.

If you are using older version of SQl server like 2008, then from SQL Server 2008 Setup, you have to select «Client Tools Connectivity» to install SQL Server Configuration Manager OR probably «repair» from installation wizard will work.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *