2020-02-25
284 reads
2020-02-25
284 reads
2020-02-22
107 reads
Today, Kendra Little talks about reteaming.
2020-02-21
535 reads
2020-02-20
335 reads
2020-02-19 (first published: 2019-03-14)
477 reads
Today, Julia Hayward explains how Redgate is leveling up core skills.
2020-02-18
203 reads
2020-02-17
179 reads
I started in the early days of SQL Server, when having a gigabyte of disk storage was unheard of, much less a gigabyte of RAM. My watch has more storage space than the mainframe we replaced with an early version of SQL Server years ago. The technical possibilities and amounts of data we are capable […]
2020-02-15
137 reads
2020-02-13
216 reads
Today, Kendra explains what's holding organizations back from implementing Database DevOps.
2020-02-12
245 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