Re: How to add RESTORE permission to Sql server 2000 & 2005 users
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Wed, 9 Jan 2008 11:44:29 -0500
Mohammed,
Both SQL Server 2000 and 2005 have the same basic comments on RESTORE
permissions. Look down toward the bottom of the Books Online article on
RESTORE. It says:
RESTORE permissions default to members of the sysadmin and dbcreator fixed
server roles and the owner (dbo) of the database ... members of the db_owner
fixed database role do not have RESTORE permissions.
If the dbo, not db_owner, seems confusing it is like this. One login owns
the database, it may be 'sa' or 'MyDomain\MyLogin'. That login maps to the
dbo user and should have rights to restore the database. Inside the
database, many users may be in the db_owner role, but since those are inside
the database to be restored, they do not get the RESTORE permission.
So, you can make logins members of the dbcreator fixed server role if you
are satisfied with the other rights that they will also get.
Or (apparently) you can make one user the owner of a database and he should
then be able to do a restore of that database. (I have not tested the owner
of the database approach today.)
RLF
"Mohamed Kaleel" <compguyy@xxxxxxxxx> wrote in message
news:e5j1rZoUIHA.1212@xxxxxxxxxxxxxxxxxxxxxxx
How to add RESTORE permission to Sql server 2000 & 2005 users. I need to
add only Restore permission to the existing user.
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: How to add RESTORE permission to Sql server 2000 & 2005 users
- From: Mohamed Kaleel
- Re: How to add RESTORE permission to Sql server 2000 & 2005 users
- From: Mohamed Kaleel
- Re: How to add RESTORE permission to Sql server 2000 & 2005 users
- References:
- How to add RESTORE permission to Sql server 2000 & 2005 users
- From: Mohamed Kaleel
- How to add RESTORE permission to Sql server 2000 & 2005 users
- Prev by Date: How to add RESTORE permission to Sql server 2000 & 2005 users
- Next by Date: Re: Install CAL's
- Previous by thread: How to add RESTORE permission to Sql server 2000 & 2005 users
- Next by thread: Re: How to add RESTORE permission to Sql server 2000 & 2005 users
- Index(es):
Relevant Pages
|
Loading