I am looking to automate the encryption of my backups, and SQL Server 2005 does not appear to include built in functionality to do the work. Similar to the question here - http://serverfault.com/questions/72689/is-it-possible-to-configure-sql-server-2005-to-auto-compress-backups - I am looking for a list of commonly used software to do the job
feedback
|
|
I have used SQL Backup from Red Gate for more than 2 years now and its awesome. It encrypts, compresses, recovers from network drop-outs and gives you object level restores from native backup files. They do a free 14 day trial, here: http://www.red-gate.com/products/SQL_Backup/index.htm Hope you give it a go, you wont be disappointed. Jonathan | |||
|
feedback
|
|
Nope. Not with SQL 2005. You might want to read over this topic: http://serverfault.com/questions/72689/is-it-possible-to-configure-sql-server-2005-to-auto-compress-backups A lot of those answers will apply to this one as well as compress & encrypt tend to go hand-in-hand. | |||||
feedback
|
|
With SQL 2005 you can't encrypt backups, but you can encrypt them using third party tools. Encryption and compression don't go hand-in-hand. Encrypted files are hard to compress, so if space is a concern, you might want to compress in stead of encrypt files and protect those compressed files with a password. | |||
feedback
|