How to Create Linux Swap Partition Hi friends, In this post I will show you How to Create Linux Swap Partition. Swap partition in Linux is used when the amount of physical memory (RAM) is full. If the system required more memory resources, then swap space is used as a backup. You can define swap space, while […]
Category: Linux
Linux Tutorials, Linux,Free Linux Tutorials,Free Linux Tutorials Courses,Learn Linux
sqlcmd command not found on Ubuntu
sqlcmd command not found on Ubuntu Hi friends, in this post we will discuss about a error which comes when we installed MSSQL TOOLS on Ubuntu. Error is: sqlcmd command not found on Ubuntu. I installed MSSQL Tools as told by microsoft blog step by step, but sqlcmd is not working and gives error. I googled […]
Install MSSQL Tools on Ubuntu
Install MSSQL Tools on Ubuntu Hi friends, in this post we will learn how to Install MSSQL Tools on Ubuntu. BCP, SQLCMD and Microsoft ODBC drivers are installed by following below steps. Earlier we had discussed how to Install SQL Server on Ubuntu. sqlcmd: Command-line query utility. bcp: Bulk import-export utility. Steps to Install SQL Server Tools on Ubuntu: […]
Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? Hi friends, recently I am working on Ubuntu 16.04 for MSSQL Server testing on Ubuntu. And when I try to uninstall MSSQL Tools, I end up with this error: E: Could not get lock /var/lib/dpkg/lock – open (11 Resource temporarily unavailable) E: Unable […]