Completely Encrypted Data
Do we care or worry if our databases need to handle encrypted data? Steve has a few thoughts about why we may or may not be concerned.
2020-12-02
99 reads
Do we care or worry if our databases need to handle encrypted data? Steve has a few thoughts about why we may or may not be concerned.
2020-12-02
99 reads
2020-08-03
71 reads
Recently a customer asked me for help with setting up a test of an Azure SQL Database in the single database tier with Geo-Replication to work with Transparent Data Encryption (TDE) with a customer-managed key, also known as Bring Your Own Key (BYOK). It is very simple to do it when you use service-managed keys, […]
2020-07-21
1,545 reads
In this third level of the Stairway, we examine how to store your encryption certificate in the Azure Key Vault.
2020-06-24
1,240 reads
There are contests to break encryption algorithms taking place all the time. Another one was completed recently.
2020-04-27
98 reads
2020-04-23
76 reads
2020-04-21
450 reads
2020-04-07
130 reads
A new security flaw in Intel SGX is found by researchers. This may or may not be a problem, but you should be aware.
2020-03-14
60 reads
2020-01-07
663 reads
By Rayis Imayev
(2021-Jan-19) I was raised listening and reading fairy tales where the main character would reach...
“One Gerbil, Two Gerbils or Three Gerbils?” is a common DBA joke about server...
By Ed Elliott
The next example is how to do a CTE (Common Table Expression). When creating...
Comments posted to this topic are about the item Reversing a String in Python
I have 2 tables, df1, and df2. I would like to join the two...
Hi , Has anyone tried to do this...I'm trying to select only "new customers"...