2019-02-20
66 reads
2019-02-20
66 reads
Steve talks about the level of engineering effort we need in software development.
2019-02-19
79 reads
Today we have a guest editorial from Andy Warren as Steve is away on vacation. This was originally published on Dec 23, 2014. I was reflecting recently on my first real IT job. It was a small-ish company when I joined it, perhaps a hundred employees or so, and still using a mishmash of software […]
2019-02-18 (first published: 2014-12-23)
211 reads
Steve talks about the need to be careful with backups in this age of malicious attackers.
2019-02-18
64 reads
2019-02-15
83 reads
2019-02-14
72 reads
Google was recently fined for GDPR violations. Steve wonders if their confusing documentation and tools are the problem.
2019-02-13
80 reads
Backblaze releases their new hard drive stats and there are some interesting items in the report.
2019-02-12
89 reads
It's not the zero'th time Phil Factor has complained about the madness of a binary collation.
2019-02-11
77 reads
A minor disaster for Steve reveals some cracks in his pre-DR planning.
2019-02-11
90 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