There was a problem loading the comments.

Why Can't I Access My SQL Server 2012–2022 Database in SSMS?

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

 

Why Can't I Access My SQL Server 2012–2022 Database in SSMS?

If you’re unable to view or access your SQL Server 2012, 2014, 2016, 2017, 2019, or 2022 databases in SQL Server Management Studio (SSMS), here’s a quick fix that can help resolve display or timeout issues—especially when databases seem to be missing in Object Explorer.


🔧 Steps to Fix Database Visibility Issues in SSMS:

  1. Open SQL Server Management Studio (recommended version: SSMS 18.x or 19.x).

  2. Log in using your SQL Server username and password.

  3. In the Object Explorer (left panel), expand the Databases node.

  4. Go to the top menu bar, click:

    View → Object Explorer Details
    

    Or simply press F7.

  5. In the Object Explorer Details pane (right panel), right-click on the column headers.

  6. Uncheck the "Collation" column.

  7. Refresh the Databases node on the left-hand side.

Your databases should now appear correctly.


Why This Fix Works:

Some versions of SSMS encounter issues when trying to load extended properties (like Collation) for databases—especially if the server has a large number of databases or complex collation setups. Disabling that column avoids unnecessary and sometimes incompatible metadata queries.


💡 Best Practices & Compatibility Notes:

  • Always use the latest version of SSMS for the best compatibility with SQL Server 2012–2022.

  • For remote database access, ensure:

    • Correct IP is whitelisted

    • SQL Server Authentication is enabled

    • TCP/IP is enabled in SQL Server Configuration Manager

 


Share via
Did you find this article useful?  

Related Articles

Tags

© Softsys Hosting