Posts by Kiruphanithi Ravi

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