Learn More than Technology
There is more to our lives than work, and Steve asks that we learn more about other parts of life.
2019-02-08
86 reads
There is more to our lives than work, and Steve asks that we learn more about other parts of life.
2019-02-08
86 reads
Learning active forgiveness can be a challenge, but it may help you build a better team.
2019-02-07
82 reads
Setting up your authorization and security can be fairly easy, but perhaps we ought to consider more complex scenarios.
2019-02-06
65 reads
Disaster recovery planning can be hard, and we often forget about some of the non technical issues.
2019-02-05
70 reads
2019-02-04
1,283 reads
2019-02-04
80 reads
Steve is looking for entertainment suggestions after the Oscar nominations were released.
2019-02-01
71 reads
2019-01-30
3,146 reads
2019-01-29
118 reads
From the time you rise in the morning until you close your eyes at night, your day is filled with thousands of small decisions, many that you don’t even think about. For each decision that you make, there is a probably a good choice and a poor choice available. Most of the time, the good […]
2019-01-28
148 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