Encypted Backup File
-
Wednesday, April 11, 2012 3:42 PM
Hello
I am using SQL Server 2005 to backup a database. The backup file is then sent to another machine that is running SQL Server 2008 R2 which then restores the database.
I have now been informed by our security guys that the backup file needs to be encypted.
Can SQL Server 2005 be used to prepare an ecrypted backup and SQL Server 2008 R2 to decrypt and restore the backup? If the answer is no, can Integration Services help?
Amir
- Edited by amir tohidi Wednesday, April 11, 2012 3:51 PM Corrected versions of SQL Server
All Replies
-
Wednesday, April 11, 2012 3:45 PM
No .. you will not be able to restore 2008 backup on 2005..
VT
Please mark answered if I've answered your question and vote for it as helpful to help other user's find a solution quicker
-
Wednesday, April 11, 2012 3:46 PM
Hi,
It is not possible what you want. Backup created on a newer version cannot be restored on an older version. Backup can be encrypted if you are using TDE which is available on SQL 2008 and later.
I hope it helps.
Janos
There are 10 type of people. Those who understand binary and those who do not.
My Blog -
Wednesday, April 11, 2012 3:50 PM
Sorry! I meant backup using SQL Server 2005 and restore to 2008 R2.
I have corrected the original post.
Amir
- Edited by amir tohidi Wednesday, April 11, 2012 3:53 PM
-
Wednesday, April 11, 2012 3:54 PM
SQL 2005 does not support TDE, you cannot encrypt your backup, however you can use VPN or IPsec to encrypt the network where the backup will travel through.
Janos
There are 10 type of people. Those who understand binary and those who do not.
My Blog
- Edited by Janos Berke Wednesday, April 11, 2012 3:55 PM
- Marked As Answer by amir tohidi Friday, April 13, 2012 8:41 AM
-
Wednesday, April 11, 2012 3:54 PM
I don't think backup encryption is available on 2005
vt
Please mark answered if I've answered your question and vote for it as helpful to help other user's find a solution quicker
-
Wednesday, April 11, 2012 4:15 PMAnswerer
Hello,
As others have already stated, there is nothing native to SQL Server 2005 for encrypted backups.
There are 3rd party vendors that supply encryped backups, but what I like to do is use an open source encryption program to encrypt the file once the backup has completed. I'm sure others have similar scenarios.
There are no encryption add-ins to SSIS as far as I know (I don't use SSIS that much if ever so they may very well be!), but you could make a task to run commands as stated above with 3rd party applications to encrypt the backups.
-Sean
- Proposed As Answer by Matt Morrell Thursday, April 12, 2012 1:53 PM
- Marked As Answer by amir tohidi Friday, April 13, 2012 8:42 AM
-
Thursday, April 12, 2012 1:37 PMModerator
There is no (direct) backup encryption in 2008 either. There is, however TDE, which encrypts the whole database, not only the backup file.- Marked As Answer by amir tohidi Friday, April 13, 2012 8:42 AM
-
Friday, April 13, 2012 8:41 AMThanks everyone for your help.
Amir

