2005-02-23
1,013 reads
2005-02-23
1,013 reads
2005-02-22
1,992 reads
2005-02-21
2,349 reads
2005-02-18
1,405 reads
2005-02-17
2,106 reads
2005-02-16
1,183 reads
2005-02-15
1,755 reads
2005-02-14
1,958 reads
2005-02-11
2,427 reads
2005-02-10
1,889 reads
By Steve Jones
skidding – v. intr. the practice of making offhand comments that sound sarcastic but...
By Brian Kelley
Let’s start with the keynote. The biggest take away was how having to support...
By Steve Jones
I missed blogging yesterday as I was on stage/backstage for quite a bit of...
Comments posted to this topic are about the item Step by step guide to...
Comments posted to this topic are about the item Backing up the Database Encryption...
Comments posted to this topic are about the item Technology Fears
In my SQL Server 2022 database, I run this:
USE Sales; GO CREATE DATABASE ENCRYPTION KEY WITH ALGORITHM = AES_256 ENCRYPTION BY SERVER CERTIFICATE MyServerCert; GOThis works, but I want to prepare for the future and potential issues. How do I back up my DEK? See possible answers