Microsoft SQL Server 2016 Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack 2016 (SP), SQL Server Cumulative Updates (CU) or General Distribution Release (GDR). Find SQL Server Build Versions for all SQL Server products, click here SQL Server Build Versions Detailed
Category: Microsoft SQL Server
SQL Server 2017 Build Versions
Microsoft SQL Server 2017 Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack 2017 (SP), SQL Server Cumulative Updates (CU) or General Distribution Release (GDR). Find SQL Server Build Versions for all SQL Server products, click here SQL Server Build Versions Detailed
SQL Server 2019 Build Versions
Microsoft SQL Server 2019 Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack 2019 (SP), SQL Cumulative Updates (CU) or General Distribution Release (GDR). Find SQL Server Build Versions for all SQL Server products, click here SQL Server Build Versions Detailed
SQL Server Build Versions Detailed
Microsoft SQL Server Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack (SP), SQL Cumulative Updates (CU) or General Distribution Release (GDR) Last Updated : 22nd March 2021 Note: SQL Server Service Packs are discontinued starting from SQL Server 2017.
How to connect to SQL Server on OpenShift using SQL Management Studio
Detailed steps on connecting to SQL Server on OpenShift using SQL Management Studio from local windows machine using port-forwarding.
How to uninstall Microsoft SQL Server on Linux
Detailed video on how to uninstall Microsoft SQL Server on Linux. I have a pre-installed SQL Server 2019 on Red Hat 8.3
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 […]
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/