Query Editor is not opening in SSMS

Sarath Chandra Goud Bandari 1 Reputation point
2021-08-30T13:59:34.203+00:00

Hi when i am trying to open new Query Editor in SSMS it showing error like shown in image. Any help Thanks in Advance. ![127642-image.png][1] [1]: /api/attachments/127642-image.png?platform=QnA

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. Michael Taylor 51,346 Reputation points
    2021-08-30T14:59:26.56+00:00

    If this does this for all databases and servers then I'd say your SSMS instance is corrupt. You should repair the installation. If that fails then uninstall and reinstall it.


  2. Guoxiong 8,201 Reputation points
    2021-08-30T15:00:48.357+00:00

    I would try to uninstall the SSMS and reinstall it. Here is the link to get the latest version of SSMS.


  3. YufeiShao-msft 7,091 Reputation points
    2021-08-31T06:58:14.527+00:00

    Hi anonymous user,

    Is it possible to view the system log first? And you can also run SSMS with –log parameter to generate error logs:

    "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Ssms.exe" -log D:\log.txt.  
    

    These logs will provide more information. It is recommended to check to find the error content.

    Or you can try other versions of SSMS, such as 17.9.1, maybe other versions of SSMS you are able to run normally.

    0 comments No comments