Detailed video on how to uninstall Microsoft SQL Server on Linux. I have a pre-installed SQL Server 2019 on Red Hat 8.3
Author: Editorial team
SQL Server command line tools, mssql-cli
mssql-cli is new command line tools for SQL Server and it is cross platform and open source. I have seen this is much better than sqlcmd, as IntelliSense is added into the tool. Also the output, query results are very well formatted and easily readable. Lets go through the steps to install mssql-cli in Linux […]
Deploy Microsoft SQL Server on Linux
Step by step details on how to deploy Microsoft SQL Server on Linux. Includes screenshots from installing SQL Server 2019, and connecting to SQL using MSSQL-CLI. Connect to your Linux machine. I have Red Hat 8.3 installed. 2. As as prerequisite we need to install Python & OpenSSL I have preinstalled Python 3. Lets install […]
Enable encryption for SQL Server connections detailed
Step by step details to enable encryption for SQL Server connections. All connections can be forced to be encrypted using certificates. CA generated certificates are ideal. To enable encrypted connections to a SQL Server we have to use certificates. There are multiple ways to create a certificate Use self signed certificate Use CA signed certificate […]
How to install OpenShift CLI (oc) on Linux/Windows
Detailed steps on downloading and installing OpenShift CLI on Linux & Windows. You can watch the video or follow the text. Connect to your RedHat OpenShift Container Platform. Click on the “?” question mark on the top right, and click on “Command Line Tools” As you can see below, you can download the required versions […]
Deploy Microsoft SQL Server on Red Hat OpenShift
Detailed video on deploying SQL Server 2019 on OpenShift 4.7. Includes connecting to sql server, connecting to the pod, check the logs,processes, test sql instance failures etc. Useful links as mentioned in the video https://itech-blog.com/how-to-install-openshift-cli-oc-on-linux-windows/ https://itech-blog.com/sql-server-command-line-tools-mssql-cli/ https://itech-blog.com/how-to-connect-to-sql-server-on-openshift-using-sql-management-studio/
Deploy Microsoft SQL Server on Podman
Step by step instructions to deploy Microsoft SQL Server on Podman. We will cover an Introduction to Podman, how to download images using Podman, installing SQL Server 2019, connecting to the sql server instance, restarting sql server on podman, connecting to the pod, check sql processes etc. Follow this link to setup mssql-cli : https://itech-blog.com/sql-server-command-line-tools-mssql-cli/