Posts by Venkateshwaran Govindaraj

The Transaction Log Trap: How to Shrink Smart and Avoid SQL Server Pitfalls

Introduction:  Transaction log growth is a common operational challenge in SQL Server environments. Uncontrolled log file growth can lead to disk space issues, performance degradation, and operational risks. This blog…

Read More

Break Free from Slow SQL Server Performance

Introduction  Performance issues in SQL Server rarely appear overnight. They build gradually—hidden behind rising CPU usage, growing waits, slow queries, or storage bottlenecks. Effective performance monitoring helps DBAs move from reactive firefighting…

Read More

Encrypting SQL Server Database: Transparent Data Encryption (TDE)

Introduction  Transparent Data Encryption (TDE) in SQL Server secures sensitive data by encrypting database files at rest without impacting application access, helping organizations protect against unauthorized data exposure.  Steps to…

Read More

Removing Transparent Data Encryption (TDE) from SQL Server

Introduction  Removing Transparent Data Encryption (TDE) from SQL Server involves carefully disabling encryption and cleaning up encryption keys to ensure your database is decrypted and accessible.  Steps to remove TDE:  …

Read More

Steps to move SQL Server database files

Introduction Moving SQL Server database files is a common task for database administrators, whether due to storage reorganization, performance optimization, or migration to a new environment. Ensuring a smooth transition…

Read More

Steps to Blackouts the alerts in Foglight

Introduction This document explains the process of configuring Foglight Blackouts to suppress alerts, particularly for ‘Days since Last Backup’ notifications generated by secondary database instances. Secondary instances, typically used in…

Read More

ORDS 22 Installation Steps

ORDS 22 Installation Steps  Introduction:  Installing Oracle REST Data Services (ORDS) 22 for Oracle Application Express (APEX) is crucial for enabling RESTful web services and enhancing database interaction. This guide…

Read More

Steps to Patch MySQL Server

Steps to Patch MySQL Server Introduction  Patching your MySQL server is essential to maintain security, stability, and performance. This guide will walk you through the necessary steps to apply updates…

Read More

Steps to migrate Non-container Database to Container Pluggable Database

Steps to migrate Non-container Database to Container Pluggable Database Introduction: This document is intended for DBA’s who need to know how to migrate the Non-container database to container PDB. This…

Read More

AWS certificate Import in OCI

AWS certificate Import in OCI Introduction: This document is intended for DBA’s who need to know how to import AWS certificates into Oracle Cloud Infrastructure (OCI) databases. This brief walkthrough…

Read More