Re: SQL2000 UserPermissions for Database
- From: "Arejan" <areejan2000@xxxxxxxxx>
- Date: 3 Dec 2006 23:08:19 -0800
Thanks Uri
EXEC sp_grantdbaccess 'Login', 'Userx'
its EXEC sp_grantdbaccess 'Userx'
will it cover
public
db_backupoperator
db_datread
db_datawrite
or only db_datread
1.whats the command to select only databases whose user is "Userx"
set the dataccess for databaseA and databaseF
here "Userx" can r-w-backup databaseA and databaseF
i want to
select all databases that "Userx" can access.
which will display
databaseA
databaseF
Thank You
.
- Follow-Ups:
- Re: SQL2000 UserPermissions for Database
- From: Uri Dimant
- Re: SQL2000 UserPermissions for Database
- References:
- SQL2000 UserPermissions for Database
- From: Arejan
- Re: SQL2000 UserPermissions for Database
- From: Uri Dimant
- SQL2000 UserPermissions for Database
- Prev by Date: Re: SQL2000 UserPermissions for Database
- Next by Date: Re: SQL2000 UserPermissions for Database
- Previous by thread: Re: SQL2000 UserPermissions for Database
- Next by thread: Re: SQL2000 UserPermissions for Database
- Index(es):
Relevant Pages
|