Re: Limiting access to SQL Server 2000 for our junior developers
bcrenshaw99_at_yahoo.com
Date: 08/09/05
- Next message: Don Kiely: "Re: changing sa password"
- Previous message: Uri Dimant: "Re: Limiting access to SQL Server 2000 for our junior developers"
- In reply to: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Next in thread: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Reply: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 8 Aug 2005 23:01:45 -0700
Hey Dandy
Thanks for the quick response :-)
I would assume that because database roles are created per database, I
would have do this on all 25 db's?
Dandy Weyn [Dandyman] wrote:
> Create a database role
> grant the role data_reader permission
> grant the role data_writer permission
> grant the role the CREATE TABLE permission
> deny the role DELETE Permission on any object
>
>
>
> --
> Dandy Weyn
> [MCSE-MCSA-MCDBA-MCDST-MCT]
> http://www.dandyman.net
>
> Check my SQL Server Resource Pages at http://www.dandyman.net/sql
> <bcrenshaw99@yahoo.com> wrote in message
> news:1123541934.751731.34430@o13g2000cwo.googlegroups.com...
> > Hi All
> >
> > I've been given a task to lockdown access to our database server to our
> > 6 junior developers. We currently have about 25 databases on our SQL
> > Server. I'm trying to do the following the easiest way:
> >
> > 1. Create six separate logins
> > 2. For all 25 db's only allow selects, inserts and updates for them to
> > all tables.
> > 3. They must be able to create tables but not drop or truncate
> > anything.
> > 4. Of course no access to the master db
> > 5. Lock out all dangerous sp's like xp_cmdshell
> >
> > I'm new to SQL permissions. What would be the easiest way to doing
> > this without manually adding all the permissions table level for each
> > login?
> >
> > Thanks in advance for any help.
> >
> > Bill
> >
- Next message: Don Kiely: "Re: changing sa password"
- Previous message: Uri Dimant: "Re: Limiting access to SQL Server 2000 for our junior developers"
- In reply to: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Next in thread: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Reply: Dandy Weyn [Dandyman]: "Re: Limiting access to SQL Server 2000 for our junior developers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|