Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Sql Server Security error

Author  Topic 

narensy
Starting Member

1 Post

Posted - 2013-09-24 : 02:22:14
There is an issue,I created a new database of having role member with Dbo.When i login to that database it is accessing all the databases in my production server,even i can modify the table data also. I am using Sql server 2005 standard version with sp4.All my Guest users are disabled.
Please Give me the solution.

Thanks & Regards
Narendra

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-09-24 : 08:33:00
In SQL Server Management Studio, object explorer, open up the Server level security node, and under logins, right-click on the login name and select properties. Examine what server roles the login has in the Server Roles tab, and see the databases the login is mapped ot in the User Mapping tab. Reduce the permissions and unmap any databases that the login should not be alloed access to.
Go to Top of Page
   

- Advertisement -