Re: SQL Server Role Security

From: Tom Moreau (tom_at_dont.spam.me.cips.ca)
Date: 12/31/03


Date: Wed, 31 Dec 2003 10:59:09 -0500

Add them to the db_ddladmin role.

--
Tom
---------------------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com/sql
"Nancy Kafer" <nkafer@18004preneed.com> wrote in message
news:#90l7Z7zDHA.2116@TK2MSFTNGP11.phx.gbl...
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


Relevant Pages

  • Re: Whats My Password?
    ... Hitchhiker's Guide to Visual Studio and SQL Server ... the database on my computer. ... and attached to the target DBMS engine when you're ready to deploy. ... developers as it discusses issues that all architectures are likely to ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Restoring database with different COLLATION
    ... > How I can modify the COLLATION of the database after restoring it? ... as SQL Server 2000 supports different collations and sort orders for each ... ALTER DATABASE db_name ... ALTER COLUMN VARCHAR ...
    (microsoft.public.sqlserver.msde)
  • Who owns the tables in development environment? (upsizing from Access)
    ... I've got two developers who will be upsizing an Access database but ... also making modifications to the resulting tables in SQL Server 2000. ... Usually we alias our developers as DBO in the ... database using sp_addalias. ...
    (microsoft.public.sqlserver.clients)
  • Re: SQL Server Role Security
    ... Columnist, SQL Server Professional ... create/alter table structures in a particular database. ... them rights to alter the database itself just rights to alter the structures ... permissions on a table in the development database the design option is ...
    (microsoft.public.sqlserver.security)
  • Permissions for database
    ... - Ensure SQL Server can use Windows Authentiaction- create ... a domain level group containing your developers ... link the login to the databases you want the developers ... To define a user to access to a database we ...
    (microsoft.public.sqlserver.security)