Re: User rights
From: Wayne Snyder (wayne.snyder_at_mariner-usa.com)
Date: 06/01/04
- Next message: Nik: "XP_cmdShell Error"
- Previous message: Konstantinos Michas: "User rights"
- In reply to: Konstantinos Michas: "User rights"
- Next in thread: Konstantinos Michas: "Re: User rights"
- Reply: Konstantinos Michas: "Re: User rights"
- Reply: Konstantinos Michas: "Re: User rights"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 07:02:28 -0400
Below from Books on Line, but the short answer is No..
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, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "Konstantinos Michas" <anonymous@discussions.microsoft.com> wrote in message news:1607201c447c6$b9479770$a601280a@phx.gbl... > Hello Experts, > > Can I create a user which only Restore a database? > > Thanks in advance!
- Next message: Nik: "XP_cmdShell Error"
- Previous message: Konstantinos Michas: "User rights"
- In reply to: Konstantinos Michas: "User rights"
- Next in thread: Konstantinos Michas: "Re: User rights"
- Reply: Konstantinos Michas: "Re: User rights"
- Reply: Konstantinos Michas: "Re: User rights"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|