2015-11-12
240 reads
2015-11-12
240 reads
Many organizations have code no one wants to touch. Steve Jones notes that's a bad place to be.
2015-11-10
258 reads
Grant Fritchey shows his softer side, extending his appreciation to all DBAs who work tirelessly to keep our software running in the face of adversity.
2015-11-09
699 reads
2015-11-09
235 reads
Losing a laptop isn't something most of us would want to deal with, usually because of the expense. However, there may be other implications that concern you. Share your worries with us today.
2015-11-06
125 reads
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
112 reads
2015-11-04
145 reads
The pressure to move to virtual systems is increasing, but is there a fallback if you have issues?
2015-11-03
103 reads
The move to limit disclosure of vulnerabilities continues, with potential issues for many of us.
2015-11-02
114 reads
As yet more personal details are spilled by preventable security lapses, what's
2015-11-02
293 reads
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Aside from spinning up a SQL Server instance container, the free Azure SQL Database...
By Brian Kelley
If you haven't seen the announcement, Anthropic was able to utilize Claude (Mythos Preview)...
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