2018-07-18
65 reads
2018-07-18
65 reads
2018-07-17
84 reads
There are lots of databases to choose from. Steve discusses using more of them in your work.
2018-07-16
110 reads
2018-07-13
87 reads
2018-07-12
109 reads
This crossword puzzle is based on the contents of the Stairway to AlwaysOn.
2018-07-11
174 reads
2018-07-10
75 reads
Grant talks about the lessons of history when the goals of different groups don't align.
2018-07-09
83 reads
2018-07-09
81 reads
The use of NULL values in a database can be controversial. Today Steve talks about his views on this concept.
2018-07-06
151 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