SQL @@VERSION

SQL Server @@VERSION is a Configuration function that returns the Version, Edition, Processor Architecture, installation date, Operating System version, and Copyright Statement. The syntax behind this is

@@VERSION

SQL @@VERSION Example

It will show you the Version details that we are currently running.

SELECT @@VERSION AS 'SQLServerVersion'
SQL @@VERSION 1

About Suresh

Suresh is the founder of TutorialGateway and a freelance software developer. He specialized in Designing and Developing Windows and Web applications. The experience he gained in Programming and BI integration, and reporting tools translates into this blog. You can find him on Facebook or Twitter.