Give Up on Natural Primary Keys
With the need to remove older data, Steve thinks natural keys may be obsolete.
2018-10-01
225 reads
With the need to remove older data, Steve thinks natural keys may be obsolete.
2018-10-01
225 reads
With lots of news coming out of Ignite, Steve talks about a few of the changes.
2018-10-01
62 reads
Do we need the right tool or just a tool? A guest editorial from Andy Warren gives a few thoughts on getting things done effectively.
2018-09-28
72 reads
Thanks for improving the string or binary data truncated error message.
2018-09-27
185 reads
Data classification may not be fun or even interesting, but it is necessary.
2018-09-26
75 reads
2018-09-24
152 reads
2018-09-24
77 reads
2018-09-20
62 reads
2018-09-19
114 reads
2018-09-18
66 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...
WA CS (08218154392) Jl. Joyoboyo No.34, Kemasan, Kec. Kota, Kota Kediri, Jawa Timur 64125
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...
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