Where is SQL Server executable?

Jim Fuchs 1 Reputation point
2021-05-01T16:27:17.653+00:00

I downloaded and installed the free, Developer's version of SQL Server 2019 from the Microsoft site and e3verything went fine, but I don't know how to invoke it. I can't find the .exe file to launch. Any suggestions?

Thanks.
Jim

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2021-05-01T17:21:34.587+00:00

    Assuming a default installation of SQL Server, the executable is in C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\BINN\sqlservr.exe. However, you would only invoke it directly under very special circumstances. Normally, SQL Server runs as a service, and when you install SQL Server it is configured to start automatically. (This is something you control from SQL Server Configuration Manager.)

    To be able to work with SQL Server you need a query tool of some sort. The most popular is SQL Server Management Studio (SSMS), although lately Microsoft has put a lot of effort into the newer Azure Data Studio. The latter has the advantage that it also runs non-Windows platforms. However, SSMS, is still the run-of-the-mill that most people use. You can download it here: https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms (And the download includes Azure Data Studio.)

    1 person found this answer helpful.
    0 comments No comments

  2. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-05-03T02:42:02.24+00:00

    Hi @JimFuchs-3383,
    Have you download the setup file?
    After double-clicking the file SQLServer2019-SSEI-Dev.exe, the installer will ask you to select the installation type, we can choose “custom” type to download SQL Server installation setup file, and specify the folder for storing the installation files that the installer will download.
    93194-01.jpg

    93207-02.jpg

    Then, we can see the setup.exe in the specified folder. Please right click on setup.exe file and select run as administrator when you want to start the SQL Server installation. And please Disable any antivirus/security software or uninstall it temporarily on the machine for the time that the installation is running.
    93208-03.jpg

    After installation completed, we need to install SSMS to manage SQL Server instance as Erland mentioned.
    Please refer to this tutorial which might help.

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.