Lowering the Noise
We are busy as administrators, and it can be very useful to ensure our systems avoid adding to our workload.
2018-01-30
61 reads
We are busy as administrators, and it can be very useful to ensure our systems avoid adding to our workload.
2018-01-30
61 reads
2018-01-29
71 reads
2018-01-29
69 reads
2018-01-26
64 reads
2018-01-25
92 reads
Today Steve Jones notes that your software should handle the load and work, but it needs to get done as well.
2018-01-24 (first published: 2013-11-07)
208 reads
We need data to innovate more. Steve Jones reminds us this means opportunity for many of us.
2018-01-22
56 reads
GDPR is coming and many are concerned. Steve Jones has a few thoughts today.
2018-01-18
189 reads
The build v buy decision isn't the final one. We also need to decide if we'll use software as is or customize it.
2018-01-16
96 reads
Phil Factor on a tale of how dodgy mock data derailed an otherwise-convincing prototype.
2018-01-15
205 reads
By Brian Kelley
If you haven't seen the announcement, Anthropic was able to utilize Claude (Mythos Preview)...
Most embedding pipelines on AWS have the same shape: a job reads rows out...
By Arun Sirpal
Transaction log issues are one of the quietest ways a healthy database turns into...
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