Skip to main content

SQL Connect SSMS is not displaying the Database names in the Directory (MyDesk)

When trying to view the SQL Databases, I can not see them listed in SSMS through SQL Connect.

Written by Jes

Your database names are not visible in SSMS through SQL Connect. This is due to the Browser Directory being disabled.
​
To run a script for your database please use the 'Use' command. Please see the below example:
​

USE EnterDatabaseNameHere  

Select * From TableName


​

Did this answer your question?