Manvendra Deo Singh

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…

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…

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

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

How to Install SQL Tools on Redhat Linux without Internet – Offline Installation

I have described step by step process to install RedHat Enterprise Linux 7.3 and Offline installation of SQL Server 2017…

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

We all know Microsoft has announced to launch SQL Server product for Linux platform. SQL Server used to run only…

Step by Step Process to Install Red Hat Enterprise Linux 7.3

Red Hat Enterprise Linux (RHEL) is an Open Source Linux operating system developed by Red Hat. RHEL is most popular…

How to Create Virtual Machine on your PC?

Are you struggling to setup a server lab for your requirement? We can create multiple systems running with different flavour…

Fix SQL Server Error 15434: Could not drop login ‘Domain\abc’ as the user is currently logged in

Generally, Microsoft SQL Server error 15434 appears during removing a SQL Server login. This error generates when you try to…

Fix SQL Server Error 15141: The server principal owns one or more endpoint(s) and cannot be dropped

I got Microsoft SQL Server error 15141 while removing a SQL Server domain login on one of instance where AlwaysOn…

What is AlwaysOn Availability Group

SQL Server Always On is just a term given by Microsoft for Availability Group & Failover Cluster Instances that are…

Fix SQL Server Error 15138: Dropping User that owned Schema & Error 3729: Schema that referenced to the object

Here we will learn how to fix Microsoft SQL Server error 15138 & error 3729 that we receive while dropping…

Fix SQL Server Error 15173: Revoke the permission(s) before dropping the login.

A login was failed to drop from a SQL Server instance with an error code 15173. As Microsoft SQL Server…