-
Notifications
You must be signed in to change notification settings - Fork 35
SQL Server System Databases
Kyle Hankinson edited this page Nov 8, 2018
·
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.ios.sqlpro-studio ApplicationPreference-DisplayMSSQLSystemDatabases -bool YES
defaults write com.hankinsoft.sqlpro-studio-setapp ApplicationPreference-DisplayMSSQLSystemDatabases -bool YES