Hi All,
I have a SQL
Server server which has around 20 databases on it.
I wish to create a new Login for
a client who wishes to have access to their database.
I have crated a user but when I login with the user, it can access another database also.
How to prevent another databases?
I have created a user with windows authentication mode and mapping the user as well.
I am using SQL Server 2005.