Securing SQL Backup

  • 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?

  • VastSQL - Wednesday, February 1, 2017 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?

    What edition of SQL Server is it?
    😎

  • Eirikur Eiriksson - Wednesday, February 1, 2017 12:11 AM

    VastSQL - Wednesday, February 1, 2017 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?

    What edition of SQL Server is it?
    😎

    SQL Server 2014 EE

  • 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

  • all detailed in my article at this link

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply