Re: SQLServer 2000: Assign permissions on ALL tables to an app role
- From: "Evergray" <forlists@xxxxxxx>
- Date: Wed, 15 Feb 2006 17:42:20 +0200
just use sp_addrolemember 'db_datareader', 'Your_App_role'
--
WBR, Evergray
--
Words mean nothing...
"Gaspar" <gaspar@xxxxxxxxxx> wrote in message
news:OBkt4OkMGHA.3984@xxxxxxxxxxxxxxxxxxxxxxx
In SQL Server 2005 I can assign SELECT/INSERT/UPDATE permissions on all
tables to an application role, but in SQL Server 2000 I can't find how to
do this. For an user it's easy because I can make it member of the
db_datareader and db_datawriter, but I can't do this for an application
role.
Any ideas? Please don't tell me to assign permissions on each
table/view/stored proc because I don't want to do that.
Thanks!
.
- Follow-Ups:
- References:
- Prev by Date: SQLServer 2000: Assign permissions on ALL tables to an app role
- Next by Date: Re: 'Domain\LocalServer$' is not a valid user
- Previous by thread: SQLServer 2000: Assign permissions on ALL tables to an app role
- Next by thread: Re: SQLServer 2000: Assign permissions on ALL tables to an app role
- Index(es):
Relevant Pages
|
|