2014-06-12
4 reads
2014-06-12
4 reads
2014-06-12
6 reads
2014-06-12
5 reads
2014-06-10
4 reads
2014-06-10
7 reads
2014-06-10
4 reads
On 11th June 6.30 PM, I will be presenting “SQL Server Implementation Frameworks From Dev to Prod”@ at San Francisco...
2014-06-10
522 reads
The San Francisco SQL Server User Group – Jan 08 2014 Thanks you everyone for attending session, here is the presentation...
2014-01-08
664 reads
The San Francisco SQL Server User Group – Jan 08 2014 Thanks you everyone for attending session, here is the presentation...
2014-01-08
409 reads
2014-01-08
5 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