Re: Backup Restore of DB
- From: "Warren Brunk" <wbrunk@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 13:53:28 -0800
I would read the BOL reference for backinging up database permissions...
do a find for "permissions".
Backup
http://msdn2.microsoft.com/en-us/library/ms186865.aspx
you are most likely looking for the db_backupoperator database role.
http://msdn2.microsoft.com/en-us/library/ms189041.aspx
Restore
http://msdn2.microsoft.com/en-us/library/ms186858.aspx
you are most likely looking for the db_dbcreator database role.
http://msdn2.microsoft.com/en-us/library/ms176014.aspx
That should be what you need...
--
/*
Warren Brunk - MCITP,MCTS,MCDBA
www.techintsolutions.com
*/
"Mario" <Mario@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:B42FF432-3BF8-4B33-A286-5A955BC9945D@xxxxxxxxxxxxxxxx
Hi,
Newbie to Database administration. I would like to know what kind of
permission do I need to give a developer so that he can do restore/backup of
database other then the system DB?
Many thanks
.
- Prev by Date: Re: Login failed for user “. The user is not associated with a trusted
- Next by Date: Re: Viewing object owner in SQL 2005 - ownership chaining
- Previous by thread: Re: Login failed for user “. The user is not associated with a trusted
- Next by thread: Re: NT Authority\networkservice failed to connect
- Index(es):
Relevant Pages
|