2017-09-04
52 reads
2017-09-04
52 reads
Today Steve Jones looks at possible ways to improve log shipping and asks for your input as well.
2017-09-01
87 reads
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
82 reads
Today Steve Jones has a few thoughts on the complexity and cumbersome nature of database development.
2017-08-30
111 reads
Are graph databases worth using? Steve Jones looks at a report that questions their value at this time.
2017-08-28
97 reads
2017-08-28
134 reads
Steve Jones asks you to look forward in your career, perhaps setting goals that move you forward.
2017-08-25
106 reads
2017-08-24
89 reads
2017-08-23
79 reads
There are times when you look back and times when you look forward in your career. Sometimes, however, we might try to push forward too fast.
2017-08-22
71 reads
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)...
Most embedding pipelines on AWS have the same shape: a job reads rows out...
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