Staying Successful
What helps people be successful in a company? Perhaps a little analytic work can help employers determine this.
2015-01-05
230 reads
What helps people be successful in a company? Perhaps a little analytic work can help employers determine this.
2015-01-05
230 reads
Steve Jones looks forward to the new year and asks in this poll what you think will happen.
2015-01-02
137 reads
2015-01-01
534 reads
As we look to the new year, Steve Jones wonders what improvements you might be planning for your career.
2014-12-31
201 reads
2014-12-30
173 reads
2014-12-29
178 reads
2014-12-29
215 reads
The next time you are tempted to hammer a performance problem with hardware, why not instead invest that time in hammering and refining your SQL queries? There are rich rewards to be had.
2014-12-26 (first published: 2009-11-02)
551 reads
2014-12-25
114 reads
Today Andy Warren talks about an employee work item that many of you might not be tasked with.
2014-12-22
145 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