Posts by Arjun Marirajan

Azure SQL Database Service Tiers Explained: Which One Should You Pick?

Introduction/ Issue:  One of the most common challenges organizations face when migrating databases to Azure is selecting the appropriate Azure SQL Database service tier. Many teams either overprovision resources, leading…

Read More

SQL Server Snapshot vs Backup: Stop Confusing Them Before It Costs You

Introduction/ Issue:   Database snapshots and backups are often mistaken for the same feature because both capture the state of a database at a specific point in time. However, they serve…

Read More

Basic SQL Performance Tuning tips

The purpose of this article is to give newbies some basic advice about SQL performance tuning that helps to improve their query tuning skills in SQL Server.    Introduction We…

Read More

How to Add a Database to an Existing Always On Availability Group

   Introduction : Always On Availability Groups is a high-availability and disaster-recovery feature in SQL Server that ensures database continuity with minimal downtime. In this blog, I explain the step-by-step process to…

Read More