installation

SQL Server Native Client Error 50000: A network error occurred while attempting to read from the file

Yesterday i have received SQL Server Native Client Error 5000 while installing SQL Server Management Studio on one of the…

How to Find When SQL Server was Installed?

Have you ever thought when SQL Server instance was installed on your machine? If you don't have idea about finding…

SQL Server Evaluation Period has Expired and How to Upgrade it?

Generally, we download SQL Server evaluation edition to learn or do some testing before deployments. Evaluation edition of SQL Server…

How to Install PgAdmin 4 in Debian 9 Stretch?

I have written how to install PostgreSQL 10.1 on debian 9 stretch in my last article. Read the attached link…

How to Install PostgreSQL 10.1 in Debian 9 Stretch

I will show you how to install PostgreSQL latest version on debian operating system in this article. PostgreSQL is one…

Fix SQL Server Installation Error: Attributes do not match

Last week I was working on SQL Server installation where i got this error Attributes do not match. Error details…

Install SQL Server Agent on Ubuntu Server

I have shown how to install SQL Server 2017 on Ubuntu server that have internet access in my last article.…

Install SQL Server 2017 on Ubuntu with Internet Access

We can easily install SQL Server 2017 on Ubuntu server if we have internet access to the online repositories but…

How to update License Key or Product Key of SQL Server Instance

I was working in a project where I came to know client was using MSDN licenses on production environment. Though…

How to Install SQL Server Agent on Red Hat Linux Server

SQL Server Agent is very useful in automating any database activities. By default, it is not installed along with SQL…

Installing SQL Tools on Red Hat Linux

I have shown you how to install SQL Server on Redhat Linux Server in my last article. Here I will…

How to Install SQL Server on Redhat Linux

Earlier SQL Server used to run only on Windows platform till SQL Server 2016 version. Now we can host our…

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…