Re: Help! Set up Windows Group to access application
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Tue, 15 May 2007 22:25:22 +0000 (UTC)
Sandy (Sandy@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
Would I use dbo as YourDefaultSchemaName?
If your tables and stored procedures are in the dbo schema, that would
be the obvious choice.
I need all the users in YourDomain/SomeGroup to be able to execute stored
procedures, insert, update and delete on all tables in the database. How
would I word that?
GRANT EXECUTE, INSERT, UPDATE, DELETE, SELECT ON SCHEMA::dbo TO
[YourDomain\YourGroup]
Although, if you were to use stored procedures exclusively, you would
not need INSERT, UPDATE, DELETE and SELECT rights.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Re: Help! Set up Windows Group to access application
- From: Sue Hoegemeier
- Re: Help! Set up Windows Group to access application
- Prev by Date: Re: Promting for UNAME and PASS While opening DATABASE through QuiryAn
- Next by Date: Re: Help! Set up Windows Group to access application
- Previous by thread: Re: Help! Set up Windows Group to access application
- Next by thread: Re: Help! Set up Windows Group to access application
- Index(es):
Relevant Pages
|