2005-03-29
1,786 reads
2005-03-29
1,786 reads
2004-12-24
1,326 reads
2004-11-10
1,546 reads
2004-08-26
1,927 reads
2004-04-20
1,568 reads
2004-04-19
1,515 reads
2004-04-16
1,401 reads
2004-03-25
1,524 reads
2004-02-19
1,840 reads
2004-02-09
1,425 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