February 1, 2017 at 12:00 am
Hi Experts,
How can I encrypt or secure the backup for my SQL Server ? which is the best way to do that without creating many keys?
Is it neccessary to create a DEK to encrypt database backups?
February 1, 2017 at 12:11 am
VastSQL - Wednesday, February 1, 2017 12:00 AMHi Experts,How can I encrypt or secure the backup for my SQL Server ? which is the best way to do that without creating many keys?
Is it neccessary to create a DEK to encrypt database backups?
What edition of SQL Server is it?
😎
February 1, 2017 at 5:38 am
Eirikur Eiriksson - Wednesday, February 1, 2017 12:11 AMVastSQL - Wednesday, February 1, 2017 12:00 AMHi Experts,How can I encrypt or secure the backup for my SQL Server ? which is the best way to do that without creating many keys?
Is it neccessary to create a DEK to encrypt database backups?
What edition of SQL Server is it?
😎
SQL Server 2014 EE
February 1, 2017 at 5:40 am
Figured it..
Database Master Key and Certificate is the minimum we need to encrypt the backup.
https://msdn.microsoft.com/en-us/library/dn449489(v=sql.120).aspx
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply