-
Notifications
You must be signed in to change notification settings - Fork 32
SQL Server System Databases
Kyle Hankinson edited this page Mar 17, 2020
·
6 revisions
By default, SQLPro disables system databases for Microsoft SQL Server. They can be restored by running a terminal command. The command you run depends on which version of SQLPro you are using.
defaults write com.hankinsoft.osx.tinysqlstudio ApplicationPreference-DisplayMSSQLSystemDatabases -bool YES
defaults write com.hankinsoft.osx.sqlprostudio ApplicationPreference-DisplayMSSQLSystemDatabases -bool YES
defaults write com.hankinsoft.sqlpro-studio-setapp ApplicationPreference-DisplayMSSQLSystemDatabases -bool YES
You will need to close and re-launch the application to see the system databases.