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.
Open SQL Server Management Studio (recommended version: SSMS 18.x or 19.x).
Log in using your SQL Server username and password.
In the Object Explorer (left panel), expand the Databases node.
Go to the top menu bar, click:
View → Object Explorer Details
Or simply press F7.
In the Object Explorer Details pane (right panel), right-click on the column headers.
Uncheck the "Collation" column.
Refresh the Databases node on the left-hand side.
Your databases should now appear correctly.
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.
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