The Conferences of the Future
With many conferences going virtual, Steve wonders what the future holds.
2020-04-17
195 reads
With many conferences going virtual, Steve wonders what the future holds.
2020-04-17
195 reads
2020-04-16
134 reads
Fingerprints provide some security, but a research suggests not necessarily much. Steve has a few thoughts.
2020-04-15
86 reads
Running software teams isn't as easy as it may seem, and the way you manage a startup is different than a mature organization. Steve has a few comments on the process one angel investor implements.
2020-04-14
111 reads
2020-04-13
188 reads
2020-04-11
134 reads
2020-04-10
175 reads
Sometimes it is hard to admit that you are not the best person for the job that is presented to you.
2020-04-09
124 reads
You have more time to earn that MCSA, MCSE, or MCSD, thanks to Microsoft and the pandemic.
2020-04-08
195 reads
2020-04-07
210 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