SQL Server configuration manager (without install sql server)

sakuraime 2,341 Reputation points
2020-11-05T04:36:17.323+00:00

Is it possible to have SQL Server configuration manager install, without installing the sql server ?
Because I have ssms on the server , and would like to set "ALIAS" to connect to different servers.
while ALIAS is setup at SQL Server configuration manager

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Shashank Singh 6,251 Reputation points
    2020-11-05T05:58:50.457+00:00

    Yes it is possible as per my test.

    Please note that I have SQL Server 2016 installed but NO SQL Server 2014. So i went ahead, got the SQL Server 2014 DEV edition and installed such that only SSCM is created. Please see that before installation I have below SSCM files. To check about your SSCM version go to C:\Windows\Syswow64 and search with SQL Server. In my case it is as below

    37653-sscm1.png

    The 13 and 15 version correspond to SQL Server 2016 and 2019. I do not have SQL Server 2019 that was installed with SSMS 19.1 i believe.

    Now I went ahead and installed ONLY CLIENT TOOLS of SQL Server 2014. See the screenshot I selected only 4 services

    37604-sscm2.png

    And after installation my C:\windows\syswow64 shows SSCM for SQL Server 2014 version also (version 12)

    37654-sscm3.png

    Also SQL Server 2014 configuration manager looks like what you want, it is their with no services

    37614-sscm4.png

    Hope that helps.


1 additional answer

Sort by: Most helpful
  1. m 4,276 Reputation points
    2020-11-05T05:37:03.49+00:00

    Hi @sakuraime ,

    Is it possible to have SQL Server configuration manager install, without installing the sql server ?

    No.

    Quote from this doc.: sql-server-configuration-manager
    ...
    Because SQL Server Configuration Manager is a snap-in for the Microsoft Management Console program and not a stand-alone program
    ...

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.