Re: users and logins
From: Jens Süßmeyer (Jens_at_Remove_this_For_Contacting.sqlserver2005.de)
Date: 04/20/05
- Previous message: Mike Epprecht \(SQL MVP\): "Re: Restored Backup problem"
- In reply to: Rich: "users and logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Apr 2005 19:29:52 +0200
So, i think that your only qquestins, eh ?
What is the differnce between managing Logins under the Security folder in
the EM and managing Logins from the User object in a database?
-Users must be created at server level to grant them permissions at database
level.
-At the database level you can only give them permissions to the database,
to objects and so on...
-At server Level you can put the users into database or server Roles and map
them to specific users on database level.
HTH, Jens Suessmeyer.
--- http://www.sqlserver2005.de --- "Rich" <Rich@discussions.microsoft.com> schrieb im Newsbeitrag news:C1635985-AF0C-4A5F-A452-62FACB29EBFD@microsoft.com... > What is the differnce between managing Logins under the Security folder in > the EM and managing Logins from the User object in a database? My > developers > tend to navigate to the database, then to the Users, then to Login Name. > If > the Login is not there, they must press new. > > I like to manage everything out of the Security/Logins. I then end up > giving a login Database Access, then just make the login Permit in > Database > Roles as the "Owner". I like Roles because the have the permissions all > built in. None of our logins need the granulartiy of Select or Delete > because everything is done by way of calling a stored procedure. The code > in > the stored procedure manages what they end up doing in the database. > > If you manage permissions within the database, it seems that you could > OVER > restrict a login by not turning on enough permissions.
- Previous message: Mike Epprecht \(SQL MVP\): "Re: Restored Backup problem"
- In reply to: Rich: "users and logins"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|