Learning SQL Server
I had an interesting question from someone that I respect and I’ve seen answering questions and writing a few articles...
2008-12-04
330 reads
I had an interesting question from someone that I respect and I’ve seen answering questions and writing a few articles...
2008-12-04
330 reads
Steve Jones asks about what you might change about yourself at work for this Friday's poll.
2008-12-04
71 reads
Steve Jones asks about what you might change about yourself at work for this Friday's poll.
2008-12-04
82 reads
Steve Jones asks about what you might change about yourself at work for this Friday's poll.
2008-12-04
64 reads
2008-12-04
3,216 reads
A few of you might be thinking about getting a Kindle for Christmas.If you read a lot, and you move...
2008-12-03
736 reads
Energizer, one of the world's leading battery manufacturers, is looking to have Microsoft host much of their infrastructure.
2008-12-03
130 reads
The upgrade treadmill might hit you in ways that you didn't expect.
2008-12-03
83 reads
The upgrade treadmill might hit you in ways that you didn't expect.
2008-12-03
71 reads
After taking off 2 days last week for Thanksgiving, and outsourcing 3 editorials (Thanks to Phil Factor and Tony Davis),...
2008-12-02
429 reads
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)...
Most embedding pipelines on AWS have the same shape: a job reads rows out...
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