We have a SQL Server 2005 database set up. We are trying to add new users to one of four define roles. Even though we are creating new login, then assigning each new login to one of the four roles. The server is returning 'dbo' as the user no matter who is logging in. Is there some setting that is causing this behavior?
Thanks of any help.
Can you post more information about the roles you mentioned and the commands you used to create the logins and assign them role memberships?
Thanks
Laurentiu
One likely possibility is that in your production system, the client is using credentials with SYSADMIN privileges (i.e. the login they are using is a member of the server fixed role SYSADMIN). Members of SYSADMIN will always have a user-identity of “dbo” in any database in the system.
-Raul Garcia
SDE/T
SQL Server Engine
No comments:
Post a Comment