2014-02-28
1,539 reads
2014-02-28
1,539 reads
2014-02-21
2,205 reads
2014-02-18
2,059 reads
2014-01-20
2,396 reads
2014-01-14
1,525 reads
2014-01-10
1,678 reads
2013-10-04
2,401 reads
2013-01-03 (first published: 2009-02-17)
8,225 reads
2009-04-16
3,060 reads
2009-01-21
3,517 reads
By Brian Kelley
Yesterday, July 27, 2026, Microsoft announced a new cybersecurity effort called Project Perception. Included...
By Steve Jones
If you’ve wanted a SQL Server MCP server for your databases, it’s available. The...
Introducing azsql-migration-test, a small open-source CLI that validates your Azure SQL Database migrations against...
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