Re: Rights for backup/restore
nntp
Date: 06/16/03
- Previous message: Bronek Kozicki: "Re: Rights for backup/restore"
- In reply to: Wayne Snyder: "Re: Rights for backup/restore"
- Next in thread: Bronek Kozicki: "Re: Rights for backup/restore"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 16 Jun 2003 08:39:26 -0700
from books online: (note this is one of the places where the "subtle"
difference of dbo and db_owner shows itself.)
Permissions
If the database being restored does not exist, the user must have CREATE
DATABASE permissions to be able to execute RESTORE. If the database exists,
RESTORE permissions default to members of the sysadmin and dbcreator fixed
server roles and the owner (dbo) of the database.
RESTORE permissions are given to roles in which membership information is
always readily available to the server. Because fixed database role
membership can be checked only when the database is accessible and
undamaged, which is not always the case when RESTORE is executed, members of
the db_owner fixed database role do not have RESTORE permissions.
"Wayne Snyder" <wsnyder@computeredservices.com> wrote in message
news:#xbi1nBNDHA.2788@TK2MSFTNGP10.phx.gbl...
> If you own a database you may back it up...
>
> Also system administrators, db_owner role, db_backupoperator role, and
those
> withe backup database permission...
>
> "John" <john.senter@stjude.org> wrote in message
> news:07d601c3340e$4d2c20f0$a401280a@phx.gbl...
> > I need to find the minimum rights that a user would need
> > to perform a backup and restore of a database in
> > SQL2000. They are already a DBO of the database but they
> > claim they cannot perform a restore. This user is not a
> > DBA and I do not want to give them server admin rights.
> >
> > Thanks
> > js
>
>
- Previous message: Bronek Kozicki: "Re: Rights for backup/restore"
- In reply to: Wayne Snyder: "Re: Rights for backup/restore"
- Next in thread: Bronek Kozicki: "Re: Rights for backup/restore"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|