2017-09-14
104 reads
2017-09-14
104 reads
Steve Jones talks about backup of data today and the challenges of managing this at scale.
2017-09-13
64 reads
A look back at the random nature of finding information in libraries and bookstores. A feeling Steve Jones misses.
2017-09-12
80 reads
2017-09-11
82 reads
You are given an export of a NoSQL database, in JSON, and asked to import it into a relational database. Sounds easy? It isn't and Phil Factor explain why.
2017-09-11
229 reads
Do you use version control for your databases? For your application code? Is there a time when you think it's not needed? Steve Jones asks the question today.
2017-09-08 (first published: 2013-05-17)
170 reads
Equipment can matter for IT professionals. Read a few thoughts from Andy Warren.
2017-09-07
69 reads
2017-09-06
273 reads
2017-09-05
318 reads
A successful launch, and recovery, of SQL Server running below a balloon.
2017-09-04
81 reads
Aside from spinning up a SQL Server instance container, the free Azure SQL Database...
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...
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