Script that Returns SQL Server’s Version Name
Hi friends, this T-SQL tips is about how you can retrieve the version name a SQL Server instance using the @@VERSION system function in SQL Server. The T-SQL Script for Retrieving the Version Name Here’s the script. As you can see, in order to retrieve the version name for the SQL Server instance we … Read more…