Share via

How to figure out the Local Instance on Microssoft SQL Server Management Studio 2020

Shweta Jain 0 Reputation points
2024-10-07T13:06:15.05+00:00

I am getting error when i try to login to local instance in MS SQL 2020

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


2 answers

Sort by: Most helpful
  1. CathyJi-MSFT 22,426 Reputation points Microsoft External Staff
    2024-10-08T02:30:02.8666667+00:00

    Hi @Shweta Jain

    MS SQL 2020

    There is no SQL server 2020. The latest version of SQL server is SQL server 2022, you can get it from here. Maybe you installed the latest version SSMS 20.2, a management tool for SQL server instance. 

    AS Erland mentioned, you need to install SQL server instance first, then use SSMS to connect to SQL server instance. If you still have some confuse, please start from this blog How to install SQL Server 2022 step by step.   Then fill in the correct server name in SSMS box as Olaf mentioned.

    If your SQL server instance is installed correct, you still cannot connect to SQL server instance successfully, please follow the steps from this MS document to troubleshoot connection issue.


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

    Was this answer helpful?

    0 comments No comments

  2. Olaf Helper 47,616 Reputation points
    2024-10-07T17:42:40.51+00:00

    The error message reports "MSSQLSERVER" as server name; I am sure it's not.

    If it's a local default SQL Server enter a dot "." as server name or open the drop down => Browse.

    Was this answer helpful?

    0 comments No comments

Your answer

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