Hi there,
I have 4000 users part of a AD group who have datareader access to ABC database. When im one of the AD group, and while i use SSMS to login, im able to see Master DB and select default objects under master. Master db contains only default SQL server items.
The objective is to secure master db and users should see only their assigned DBs (currently users can not access other db but can see other dbs using ssms).
I even created a dummylogin, default db - ABC, role as datareader and when i login as the dummyuser, i still see master db.
Any suggestions
How to keep master db visibility away from users?
How to give visibility only to the user DB(s) and do not show other DBs for which they dont have access.
Wondering if i need to turn off any public permissions?
Thanks