Friday, June 7, 2024

Encrypt an existing MS SQL Server 2019 database in Always on environment using TDE.


Transparent Data Encryption (TDE

Transparent Data Encryption (TDE) in SQL Server protects data at rest by encrypting database data and log files on disk. It works transparently with existing applications, so they don’t need to be changed when TDE is enabled. TDE uses real-time encryption at the page levelIn SQL Server 2019, TDE is available as a Standard Edition feature, eliminating the need to upgrade to Enterprise Edition just for TDE.

Tuesday, June 4, 2024

Restore a database in the MS SQL Server Always On Availability Group

Prerequisites

1.     Backup File: Ensure you have a valid full backup of the database you want to restore. I used AdventureWorks2019.bak for my test.

Oracle GoldenGate From On-Premises to OCI DBCS – Part 1: Configuring the Source Environment

  Introduction: This is Part 1 of a four-part blog series that demonstrates how to replicate data from an on-premises Oracle Database to a ...