How to shrink data or log files in SQL Server. What to do if a file is not shrinking, how to find the reason for not shrinking. Connect to your SQL Server Instance Click New Query to open a query window. Now first run the below query to find the name of the data or […]
Author: Editorial team
Running virtual machines in OpenShift
This is a quick and interesting session to show how easy is to install a virtual machine on OpenShift. OpenShift allows us to install virtual machines using Operators. We can have vms and containers running in parallel. This is a huge benefit, as some of the legacy applications which cannot be containerised can be deployed […]
Build images, containers using Podman and Red Hat Quay
Use Podman to create images, push and pull images from Red Hat Quay image Repository. Create the container using the pulled image, connect to the container and the application. You can either watch the detailed video or follow the below given text blog. Today we will talk about Podman and Red Hat Quay image Repository. […]
How to find SQL Server version
How to find the installed version of SQL Server. This query will give us the required version information of the SQL Server instance.
SQL Server 2014 Build Versions
Microsoft SQL Server 2014 Build Versions details and where to download information. Download the most recent or search for the required SQL Server Service Pack 2014 (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 2016 Build Versions
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
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.