SQL Server Role Security
From: Nancy Kafer (nkafer_at_18004preneed.com)
Date: 12/31/03
- Next message: Tom Moreau: "Re: SQL Server Role Security"
- Previous message: Ray Higdon: "Re: Logging changes to the data schema"
- Next in thread: Tom Moreau: "Re: SQL Server Role Security"
- Reply: Tom Moreau: "Re: SQL Server Role Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 31 Dec 2003 09:54:16 -0600
I have a group of developers that I want to allow permissions to
create/alter table structures in a particular database. I don't want to give
them rights to alter the database itself just rights to alter the structures
inside the database. I run the following command in the query analyzer
connected to the development database:
GRANT CREATE TABLE TO DevAdmin
DevAdmin is a Windows 2K Group containing the developers. We are running SQL
Server 2000.
When I have one of the devlopers open Enterprise Manager and check the
permissions on a table in the development database the design option is
still grayed out. How can I accomplish allowing the devlopers to change the
structure of tables, views, etc...without giving them db_owner rights and
without allowing them to alter the database itself?
Thanks.
Nancy
- Next message: Tom Moreau: "Re: SQL Server Role Security"
- Previous message: Ray Higdon: "Re: Logging changes to the data schema"
- Next in thread: Tom Moreau: "Re: SQL Server Role Security"
- Reply: Tom Moreau: "Re: SQL Server Role Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|