How to Fix SQL Server Configuration Manager Issue: MMC could not create the snap-in

We had successfully installed SQL Server on this server but we have received error "MMC could not create the snap-in"…

How to Check and Install .NET framework 3.5 on your Server

We must Install .NET framework 3.5 as prerequisite to install SQL Server on Windows Operating System. We need to manually…

How to Install SQL Server Agent on Ubuntu Server without Internet – Offline Installation

SQL Server Agent runs scheduled SQL Server jobs and is very useful to automate database tasks. Here i will show…

Step by Step Process to Install SQL Tools on Ubuntu Server running without Internet – Offline Installation

I have described step by step process to install Ubuntu 16.04 Server and Offline installation of SQL Server 2017 on…

How to Install SQL Server 2017 on Ubuntu Server without Internet – Offline Installation

Starting with SQL Server 2017, we can run & deploy our applications on Linux based SQL Server Instances. I have…

How to Install Ubuntu Linux Server 16.04 on a Virtual Machine – Step by Step

Ubuntu is a complete Linux operating system, freely available with both community and professional support. Ubuntu gives us two flavour…

Fix SQL Server Error 15433, Level 16, State 1: Supplied parameter sid is in use

I got Microsoft SQL Server error 15433 during fixing orphaned users on a SQL Server Instance where AlwaysON Availability Group…

Create a Logon Trigger to Restrict sysadmin logins to connect to SQL Server for given Time Interval

I was struggling with unwanted modifications of SQL Server configurations by random SQL Server sysadmin logins who were part of…

Fixing SAP Connectivity issue after AOAG Automatic failover

We have Alwayson Availability Group configuration for our SAP systems. We faced SAP connectivity issue when application team tried to…

Fix SQL Server Error 15170: Login owns one or more Agent Jobs

I got Microsoft SQL Server error 15170 while removing a SQL Server login on one of SQL Server Instance. Microsoft SQL…