Re: creating a login with only backup and alert rights
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 03/16/04
- Next message: Hari: "Re: SQL Service Pack"
- Previous message: Baisong Wei[MSFT]: "RE: SQL server restore"
- In reply to: robert: "creating a login with only backup and alert rights"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 08:16:22 +0530
Hi,
Backup the database, You can assign the database wise role
"db_backupoperator"
How to assign the backup operator role to test user
1. Use database name
2. Execute sp_addrolemember db_backupoperator ,test
To create Alerts , the user should be the member of SYSADMIN fixed server
role.
Thanks
Hari
MCDBA
"robert" <rsalazar@cbbank.com> wrote in message
news:5190A3C1-E640-4F1C-BB84-8C242569ABFA@microsoft.com...
> What is the combination of rights to give a user access to only backup and
alerts.
- Next message: Hari: "Re: SQL Service Pack"
- Previous message: Baisong Wei[MSFT]: "RE: SQL server restore"
- In reply to: robert: "creating a login with only backup and alert rights"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|