Backup Preparations
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
48 reads
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
48 reads
2017-07-03
102 reads
Steve Jones saw a database design test for developers, but he's never been given one.
2017-06-30
273 reads
This week Steve Jones wonders what you might do if you discovered data corruption.
2017-06-29
67 reads
2017-06-28
112 reads
The ability to protect, and perhaps handle, sensitive data separately from other data is becoming more important. Steve Jones discusses the process and asks if it's something you perform on a regular basis.
2017-06-27
76 reads
If you have ideas for how to improve replication, Steve Jones is asking for them.
2017-06-26
145 reads
Phil Factor reflects on the occasional benefits of document loss, whether accidental or less so.
2017-06-26
74 reads
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
83 reads
Today Steve Jones discusses data loss, always a scary topic for the data professional.
2017-06-22
102 reads
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Aside from spinning up a SQL Server instance container, the free Azure SQL Database...
By Brian Kelley
If you haven't seen the announcement, Anthropic was able to utilize Claude (Mythos Preview)...
Comments posted to this topic are about the item Symmetric Key Encryption
Comments posted to this topic are about the item The “Successful Login” Dilemma: Why...
Comments posted to this topic are about the item Building Your Own Software
If I run this statement in SQL Server 2025, how is the password encrypted?
CREATE SYMMETRIC KEY MySymmetricKey WITH ALGORITHM = AES_256, KEY_SOURCE = 'My secret key source passphrase', IDENTITY_VALUE = 'My secret identity value' ENCRYPTION BY PASSWORD = 'S&perS#cretP@ssword7'; GOSee possible answers