SDU Tools: Checking the version of SQL Server (by name) in T-SQL

We’re pleased to see that there are now a large number of people using our free SDU Tools for developers and DBAs, and that number grows every day. One of the surprising requests that we’ve constantly received is for something that simply shows the name SQL Server version.
We’ve seen people doing quite messy things to derive the name, like parsing the return value from @@VERSION and so on.
So we decided to make that easy.
We added a function SQLServerVersion.
It takes no parameters and returns the name as a string.
You can use our tools as a set or as a great example of how to write functions like these.
Find out more
You can see it in action in the main image above, and in the video here:
https://youtu.be/_5DzK4ywxOU
Access to SDU Tools is one of the benefits of being an SDU Insider, along with access to our other free tools and eBooks. Please just visit here for more info:
http://sdutools.sqldownunder.com
2019-12-04