2019-01-28
130 reads
2019-01-28
130 reads
Disaster recovery is one of those situations that we plan for and hope we never experience. Are you prepared?
2019-01-25
55 reads
The RDBMS works great for many situations, but is it ever fast enough to meet all your needs?
2019-01-24
103 reads
Azure SQL Data Warehouse gets some improvements, and Steve has a few comments.
2019-01-23
76 reads
2019-01-22
87 reads
2019-01-21
129 reads
Do you consider multi-skills useful; or just one with mastery in it?
2019-01-21
151 reads
2019-01-17
70 reads
2019-01-16
148 reads
Being effective is important to Steve. Today he talks about the things you might consider when trying to determine if your group is being effective.
2019-01-15
59 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