2018-08-22
195 reads
2018-08-22
195 reads
2018-08-21
69 reads
Data in our systems has an actual dollar value, which we might be aware of if we have to purchase more.
2018-08-20
55 reads
2018-08-20
55 reads
2018-08-17
81 reads
2018-08-16
75 reads
2018-08-15
90 reads
2018-08-14
93 reads
Phil Factor describes how TSB performed a major public disservice with micrsoservices.
2018-08-13
196 reads
Steve talks about the definition of what a NoSQL database might be and where they are useful.
2018-08-13
169 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