I am unable to install SQL server Management Studio and SQL server.

Ayan 1 Reputation point
2022-06-22T10:43:36.57+00:00

I try downloading SQL Server and SQL Server Management Studio but it is lot letting me. Previously i have downloaded MySQL shell so I'm not sure if this is what is affecting it.

213845-2022-06-22-2.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Bjoern Peters 8,856 Reputation points
    2022-06-22T11:21:57.613+00:00

    Due to your screenshot which states "SSMS is currently running..."

    The installer recognizes an already running SQL Server Management Studio... so please close all previously started SSMS, if you cant find such process it might be worth to reboot your system.

    Otherwise it would be helpful if you attach your logfile to this post

    0 comments No comments

  2. YufeiShao-msft 7,091 Reputation points
    2022-06-23T06:17:50.373+00:00

    Hi @Ayan

    If you can share your error log, you will get more information about the error, it is located at:\Program Files\Microsoft SQL Server\MSSQLV.SQLEXPRESS\MSSQL\Log\ERRORLOG

    For this error, you can check the file name of the setup exe first, if it is ssms.exe, please rename it to anything else
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/2908b402-4b8b-4101-8883-46c759067858/ssms-install-fails-with-error-ssms-is-currently-running-please-close-any-open-instances-of-ssms?forum=sqltools

    And remember close any open instances of SSMS and install again

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    0 comments No comments

  3. Olaf Helper 43,246 Reputation points
    2022-06-23T06:20:20.803+00:00

    "SSMS is currently running..."

    Is that a multi-user enviroment, like remote-destop-server? Then may an other user is running SSMS.

    0 comments No comments