June 23, 2012 at 8:48 am
I Create the Job for automatic Database Backup and I want to secure my database for others to restore(Misuse the database).
Database administrator Only restore the backup. Other could not restore my database.
What are the steps I want to do?
June 23, 2012 at 8:59 am
June 23, 2012 at 9:38 am
Make sure only the DBA has the required rights to restore a DB.
Or do you mean you want to secure the backup file so it can't be restored elsewhere?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 23, 2012 at 10:27 am
I want to secure the backup file so it can't be restored elsewhere by any One.
I want to protect my backup file.
June 23, 2012 at 11:58 am
Then you need to enable TDE (Transparent Database Encryption) on the database itself, or use a 3rd party tool that allows for encrypting backups.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 26, 2012 at 1:06 am
tamil.selvanmca (6/23/2012)
I want to secure the backup file so it can't be restored elsewhere by any One.I want to protect my backup file.
Ensure you understand the effects and requirements of TDE before just enabling it.
A 3rd party backup solution may be a better approach.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
June 27, 2012 at 6:58 am
Also, make sure the disk directories that hold the backups (on the database server where the backups are taken) are secured, and no one else has access to them that isn't supposed to.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply