Setup SQL Server 2019 on an Ubuntu Spot Azure VM with Docker

Running SQL Server on Linux is easier than ever thanks to Docker. In this guide, I’ll walk you through deploying a spot instance VM on Azure, installing Docker, and running SQL Server 2019 Developer edition instance inside a container. The screenshots from the Azure Portal and command prompt will help illustrate the process. I tested … Read more

Download SSMS Tool: All Versions, Official Links & Build History

Download the SQL Server Management Studio (SSMS) tool onto your machine and connect to SQL Server, whether it’s on-premises or in the cloud. Use SSMS to connect to: All executable (.exe) files are hosted on Microsoft’s official website and not on my own site. This page offers two options for downloading SSMS. Download the SSMS … Read more

Hello world!

Wherever we go, the Hello world! follows us. The most basic print statement that we use in any programming languages to test the code. Below are few programming code samples of Hello world! Python C language C++ Java Javascript Please check out other articles at my blog Cloud Nerchuko. Know more about myself by visiting … Read more