2020-07-09
106 reads
2020-07-09
106 reads
2020-07-09
402 reads
SQL Server 2019 in containers are a fast way to get started with SQL Server 2019, and can be used throughout your data estate from development to production.
2020-05-21
Learn how to perform data filtering in Oracle Linux using a database link to SQL Server
2020-04-13
2,424 reads
Steve Jones highlights the importance he sees for data professionals in the containerization of software.
2020-03-11
295 reads
Learn how to set up Polybase in containers to access an Oracle database.
2020-01-09
5,214 reads
Kubernetes is a technology Steve thinks will be important in the future and knowing a bit more about it can be important for your career.
2019-10-23
274 reads
2019-10-18
537 reads
2019-08-05
707 reads
In this article, see one of the ways in which a container can be created and used for in SSRS as the source for reports.
2019-07-30
3,591 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