User created from Active directory can access all instances of databases in SQL Server without any grants. Was shocked to see this behaviour on our environment.
Example. We have a database named MyDB It has 2 instances named Ins1 Ins2
Now if I add and AD user lets say
Domain/username
The domain/username can access both Ins1 and Ins2 even though , I have not mapped it anywhere. Any suggestions will be highly appreciated.