2014-09-26
5 reads
2014-09-26
5 reads
In this session, Prakash will walk you through design considerations, accompanied with a script demo using PowerShell to generate a...
2014-09-26
631 reads
2014-09-19
4 reads
In this session Prakash will walk through the process he has implemented to alleviates many of the pain points for...
2014-09-19
658 reads
2014-09-19
4 reads
In this session Prakash will walk through the process he has implemented to alleviates many of the pain points for...
2014-06-30
1,067 reads
2014-06-30
4 reads
2014-06-30
2 reads
2014-06-30
4 reads
The San Francisco SQL Server User Group – June 11 2014 Uploading presentation DAC for Today’s session….
2014-06-12
625 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