Smarter Design
Many of us have used PowerPoint, which has grown smarter through the use of Machine Learning.
2020-05-13
216 reads
Many of us have used PowerPoint, which has grown smarter through the use of Machine Learning.
2020-05-13
216 reads
Many more companies that you have heard about have been attacked by ransomware. Steve suggests you get prepared before this happens to you.
2020-05-12
211 reads
2020-05-11
225 reads
2020-05-09
146 reads
2020-05-08
213 reads
2020-05-07
112 reads
While working remotely, we still need good security practices and strong data protection.
2020-05-06
217 reads
2020-05-04
122 reads
The Covid-19 pandemic has provided examples of how uncertain data can eventually be presented to the public as certainty. How, as data people, should we represent uncertainty in our data?
2020-05-02
172 reads
With many of us working from home, Steve wonders if you want to change anything.
2020-05-01
116 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