2017-07-21
124 reads
2017-07-21
124 reads
2017-07-20
3,527 reads
2017-07-18
107 reads
Today Steve Jones talks about the short cuts that developers might take, many of which aren't necessarily helpful.
2017-07-17
109 reads
This week Steve Jones wants to know what type of really interesting projects you are working on. Is there something you really enjoy and look forward to building?
2017-07-14 (first published: 2013-08-23)
258 reads
Team building isn't easy, but important for people to work together well.
2017-07-11
69 reads
What makes SQL Server professionals stick together? Can we draw any conclusions from this?
2017-07-10
148 reads
2017-07-07
224 reads
2017-07-06
66 reads
A holiday in the US has Steve Jones thinking about compromise and communication.
2017-07-04
53 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