2018-09-17
235 reads
2018-09-17
235 reads
Steve talks about the disparate regulations we face for data privacy and protection.
2018-09-17
42 reads
This week Steve wonders if you have a process for setting up your new instances.
2018-09-14
70 reads
Trying to pick the perfect schedule at a conference is fraught with issues.
2018-09-12
42 reads
2018-09-11
87 reads
Recently, there was a prominent film director fired from directing an episode in a very entertaining and profitable movie franchise. His firing was for tweets he made that were in very bad taste. And bad doesn’t begin to cover it, they were about topics that were universally despicable. What made this interesting was not that […]
2018-09-10
64 reads
There are lots of options with cloud providers and hybrid versions of public and private clouds might be the best solution.
2018-09-10
62 reads
Today we have a guest editorial from Kendra Little that talks about the requirements you may have for potential employees.
2018-09-07
160 reads
It is important to train new people, so what is the best way to go about doing it?
2018-09-06
379 reads
Ever thought about yourself as a resource that should be backed up to minimize your loss?
2018-09-05
110 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) Equity Tower, Ground Floor, Unit D & Lantai 8, Unit E,...
WA CS (08218154392) Summarecon Serpong, Perumahan Gading Serpong, Jl. Gading Serpong Boulevard Cluster Scientia...
Comments posted to this topic are about the item Symmetric Key Encryption
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