Configure SQL Server Log Shipping
This article explains the step by step deployment process of the SQL Server Log shipping. It is the...
Configure SQL Jobs in SQL Server using T-SQL
SQL Server Agent is a component used for the database tasks automation. For instance, we need to perform Index maintenance on Production...
Configure Database Mirroring in SQL Server
Database mirroring is a SQL Server high availability solution provided by Microsoft, with the following components. Principal database...
Different Ways to Monitor SQL Server AlwaysOn Availability Groups
In my previous articles, I have explained the step-by-step process of deploying an AlwaysOn...
SQL Server High availability: Install SQL Server failover clustered instance Part 2
In my previous article, I have explained the step-by-step process of installing SQL Server Failover Clustered Instance. In this article, I...
SQL Server AlwaysOn Availability Groups: Installation and configuration, Part 2
In my previous article, I have explained the process of installing and creating a failover cluster and how to enable the AlwaysOn...
SQL Server AlwaysOn Availability Groups: Installation and Configuration. Part 2
In my previous article, I have explained the process of installing and creating a failover cluster...
SQL Server AlwaysOn Availability Groups: Installation and configuration, Part 1
In this article, I will explain the process of installing pre-requisites to deploy the SQL Server AlwaysOn availability group. For the...
How to install SQL Server vNext and Azure data studio on Ubuntu 18.04
Azure data studio is a cross-platform database management tool. This tool is used to connect, configure, and administrate SQL Server...
Move System Databases in the SQL Server Failover Cluster
Recently, I was assigned to a project – our customer purchased a new SAN, and they wanted us...