Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How is it possible to encrypt SQL Server 2008 backup files? I know about TDE which encrypts the table, but I am interested in encrypting the backup files which would be stored on a cloud server.

Is there any builtin feature? Any suggestion about third parties (the cheaper, the better)?

share|improve this question
1  
It does not - not natively, out of the box - but it's just a single .bak file; and you can always encrypt a file - no? Or then you need to use third-party tools like Red-Gate's SQL Backup Pro to do encryption while backing up – marc_s Nov 29 '12 at 19:57

closed as off topic by marc_s, Pfitz, Pondlife, JK., Chris Gerken Nov 30 '12 at 0:59

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.