Created
December 15, 2016 08:30
-
-
Save ediblecode/d4be5d92780102bce7171c70ae48519d to your computer and use it in GitHub Desktop.
Stop viewing all databases in SSMS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE MASTER | |
GO | |
DENY VIEW ANY DATABASE TO PUBLIC | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment