September 13, 2012 at 1:32 pm
So I'm working on putting together some backup plans for my work, and I'm planning ahead for SQL2012. One thing that will be needed is for the backups to be encrypted or password protected.
Unfortunately, BOL states that the options "PASSWORD" and "MEDIAPASSWORD" are discontinued for creating backups. Testing shows this to be so, backup fails with these options ("One or more of the options (mediapassword) are not supported for this statement") While it goes on to say to "review the documentation for supported options," BOL does not indicate that there is any replacement for these options.
Worst case, I can kludge around this by running the backup from a batch file, then using PKZIP to zip and password the backup file. I'd rather avoid this, as it does make it more work to restore (first unzip, then fire up SQL and restore,) and I'd likely have to do this to all the TLog backups...
That's a LOT of unzipping (unless I dump all the TLogs to a single file, appending them)
Any suggestions, help?
TDE, while nice, isn't going to be an option (I have to plan for lowest common denominator, in this case Express edition)
Thanks,
Jason A.
(22 days until SQL in the City, Chicago!)
September 13, 2012 at 1:45 pm
September 13, 2012 at 1:55 pm
Third party backup tools that can accomplish the compression/encryption for you.
September 13, 2012 at 2:00 pm
Otherwise, if the database has transparent database encryption enabled, its backups will be encrypted.
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
September 14, 2012 at 9:12 am
Yeah, TDE gets you encrypted backups. Other than that, you need to look at something like Red Gate SQL Backup[/url]. We do encryption and password protection. The tool also provides a lot of other functionality in & around backups including automating backup testing. You can try it for free.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply