Disable or Drop
When you need to debug or troubleshoot, Steve Jones wants you to disable, not drop, objects.
2018-01-12
72 reads
When you need to debug or troubleshoot, Steve Jones wants you to disable, not drop, objects.
2018-01-12
72 reads
2018-01-10
247 reads
An analysis of salaries uses statistics to determine significance of the data. Is this data science?
2018-01-09
89 reads
With bugs in our CPUs, everyone needs to plan on patching or upgrading.
2018-01-05
114 reads
Some companies don't want to use tools, but that doesn't make sense to Steve Jones.
2018-01-04
111 reads
2018-01-03
77 reads
Data can help you understand the value you bring to a company as a data professional.
2018-01-02
117 reads
2018-01-01
45 reads
2018-01-01
65 reads
2017-12-29
71 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