The Loss of Trust
The news about NSA spying keeps coming out, and apparently includes corporate communications as well.
2013-09-09
295 reads
The news about NSA spying keeps coming out, and apparently includes corporate communications as well.
2013-09-09
295 reads
As we ask developers to deliver software quicker, are we helping improve the quality of software? Steve Jones asks the question today.
2013-09-06
240 reads
Are there good and bad interview questions? Are there some you prefer or hate? Steve Jones comments on some of the strange ones out there and how hiring is changing.
2013-09-05
440 reads
The announcement that the MCM program was being discontinued brings us a few thoughts from Gail Shaw, one of the 0.08% to achieve the certification.
2013-09-04
642 reads
The availability of cheap sensors brings with it lots of possibilities and concerns. However there is one certainty: more data.
2013-09-03
140 reads
2013-09-02
91 reads
Technical debt is frustrating but dealing with it requires patience. Louis Davidson explains why.
2013-09-02
145 reads
Do you work in a great IT shop? Steve Jones talks about some of the things that make one and wonders if you feel you work at a great company.
2013-08-30 (first published: 2009-01-07)
366 reads
DBAs are expensive, so isn't their time valuable? Are you aware of what you cost the company and use your time wisely? Steve Jones talks a bit about how to choose on what you should be working.
2013-08-29 (first published: 2009-02-18)
334 reads
The comment from one person has Steve Jones stunned today. He discusses the value of diversity and what we can do in the community.
2013-08-28
1,109 reads
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...
By Arun Sirpal
Transaction log issues are one of the quietest ways a healthy database turns into...
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