Month: June 2018

  • How to Create Multiple SQL Server Instances on Same Server

    When you install SQL Server, the installation creates an instance (DEFAULT OR SQLEXPRESS) of SQL Server. In my case I have created instanace named DEVSQL. Some times we do need to create multiple instances based on requirements. To create more instances, start the setup again. The following screen appears when setup starts for the SQL…

  • Installation issue on ubuntu: Could not get lock /var/lib/dpkg/lock

    Sometime when we install or update any package on the Ubuntu we can get error related to dpkg. So we need to delete lock file once from the below locations and restart the machine. sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock