SSDT Dev in Visual Studio Code
I have been quite interested by vs code and have been using it more and more recently. I use it for all my GO (#golang FTW) work and also...
2017-04-27
2 reads
I have been quite interested by vs code and have been using it more and more recently. I use it for all my GO (#golang FTW) work and also...
2017-04-27
2 reads
I have been quite interested by vs code and have been using it more and more recently. I use it...
2017-04-27
224 reads
This one is for the DacFx nuts out there, it can’t be a very big club but judging from the...
2017-04-26
56 reads
This one is for the DacFx nuts out there, it can't be a very big club but judging from the occasional emails I get about it, the quality is...
2017-04-26
2 reads
This one is for the DacFx nuts out there, it can’t be a very big club but judging from the...
2017-04-26
41 reads
This one is for the DacFx nuts out there, it can't be a very big club but judging from the...
2017-04-26
367 reads
A teams maturity shows in its choice of tools.
I have seen quite a few different development teams in wildly different...
2017-04-24
31 reads
A teams maturity shows in its choice of tools.
I have seen quite a few different development teams in wildly different environments and the single fact that really stands out...
2017-04-24
1 reads
A teams maturity shows in its choice of tools.
I have seen quite a few different development teams in wildly different...
2017-04-24
27 reads
2017-04-07 (first published: 2015-11-11)
12,279 reads
By Steve Jones
It’s been an amazing week here, as well as a long week. I’m tired,...
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...
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