2018-07-05
531 reads
2018-07-05
531 reads
2018-07-04
47 reads
2018-07-03
82 reads
Watch out, watch out, there's a NOLOCK hint about. And probably a few other SQL code smells.
2018-07-02
409 reads
Steve Jones talks about the practical benefits of using DevOps to smooth out your software development.
2018-07-02
158 reads
Steve Jones asks about your plans to get away from work and refresh yourself.
2018-06-29
64 reads
This is an error that has plagued SQL Server for a long time. It should be fixed.
2018-06-28
344 reads
Work sometimes gets in the way of work. Steve Jones notes this can cause stress and problems over time.
2018-06-27 (first published: 2014-10-21)
230 reads
2018-06-26 (first published: 2015-04-14)
278 reads
2018-06-25 (first published: 2015-02-13)
197 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...
WA CS (08218154392) Equity Tower, Ground Floor, Unit D & Lantai 8, Unit E,...
WA CS (08218154392) Summarecon Serpong, Perumahan Gading Serpong, Jl. Gading Serpong Boulevard Cluster Scientia...
Comments posted to this topic are about the item Symmetric Key Encryption
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