Posts by Kiruphanithi Ravi

How to Configure Peer-to-Peer Replication in SQL Server in 7 Simple Steps

How to Configure Peer-to-Peer Replication in SQL Server: Complete Guide   Introduction: In high-availability environments, applications often require data to be available for both read and write operations across multiple…

Read More

How to Configure Merge Replication in SQL Server in 7 Simple Steps

Merge Replication in SQL-Server Introduction: Merge Replication in SQL Server is used in distributed environments where multiple databases need to work independently and later synchronize data.This guide explains why Merge…

Read More

How to recover suspect/Recovery pending databases in SQL Server?

How to recover suspect/Recovery pending databases in SQL Server?  Introduction:  In SQL Server, a database may enter SUSPECT or RECOVERY PENDING state due to corruption, missing files, or insufficient resources.…

Read More

High-Level Steps to Add SQL Server to a Cluster

High-Level Steps to Add SQL Server to a Cluster  Introduction:  Adding a SQL Server instance to a Windows Server Failover Cluster (WSFC) is a process that enables high availability for…

Read More

Backup and Restore SQL Server Databases Using PowerShell

Introduction:   The document outlines the procedures for performing backup and restoration of SQL Server databases using PowerShell. These processes ensure data safety, recovery readiness, and business continuity. Proper execution…

Read More

SQL Server Database and Login migration

Introduction; The Data Migration Assistant (DMA) tool is a Microsoft utility designed to simplify the migration of databases from older SQL Server versions or on-premises environments to newer versions or…

Read More