Re: User permissions
From: Adi Cohn (adicohn@hotmail.com)
Date: 11/11/02
- Next message: Oleg: "SELECT permission denied on object"
- Previous message: Dan Guzman: "Re: User permissions"
- In reply to: Andrew J. Kelly: "Re: User permissions"
- Next in thread: Andrew J. Kelly: "Re: User permissions"
- Reply: Andrew J. Kelly: "Re: User permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Adi Cohn" <adicohn@hotmail.com> Date: Mon, 11 Nov 2002 17:20:01 +0200
I don't think that it always should be a dbo even if the user should have
access to all objects. It is one thing to give the user permission to
delete all rows, but it is a different thing to give the user permissions
to drop tables, restore database, change other users' permissions etc'.
I think that it is better to add them to db_datareader and db_datawriter
roles in the database and also give them permissions to run all stored
procedures in the database.
Adi
"Andrew J. Kelly" <akelly@targitinteractive.com> wrote in message
news:ePI6UCZiCHA.1516@tkmsftngp09...
> If they need access to all the permissions for all the objects then it
> sounds like they should be a dbo.
>
> --
> Andrew J. Kelly SQL MVP
> Targitinteractive, Inc.
>
> Check out the PASS Community Summit - Seattle, the largest and only user
> event entirely dedicated to SQL Server, November 19-22.
> http://www.sqlpass.org/events/seattle/index.cfm
>
>
> "Chris Themistocli" <cthemistocli@aw.com.cy> wrote in message
> news:122d01c2898c$8006c7f0$8cf82ecf@TK2MSFTNGXA07...
> > Is there a transact-sql or other way that I can use to
> > grant permissions to all objects in a database to a
> > specific user? The only way I could find is to go through
> > all objects (tables, stored proc and views) by using the
> > Enterprise Manager.
>
>
- Next message: Oleg: "SELECT permission denied on object"
- Previous message: Dan Guzman: "Re: User permissions"
- In reply to: Andrew J. Kelly: "Re: User permissions"
- Next in thread: Andrew J. Kelly: "Re: User permissions"
- Reply: Andrew J. Kelly: "Re: User permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|