Tagged: Version Information in SQL Server

How to Find Version Information in SQL Server?

Hello everyone, In this article, I will give information about how to learn version information in SQL Server. In SQL Server, in some cases, you may want to learn the version information. There are several ways to find out. The first way SELECT @@VERSION is to run the statement. As...

How to Get Detailed Version Information in SQL Server?

Hello to everyone, In this article, I will talk about how to learn detailed version information in SQL Server. In SQL Server, in some cases, you may want to know the version information in detail. You can easily do this using the code below. SELECT CASE WHEN CONVERT(VARCHAR(128), SERVERPROPERTY(‘productversion’)) LIKE...

Don`t copy text!