Skip to content
Home » SQL Server @@Version

SQL Server @@Version

SQL Server @@Version is a configuration function that returns system and build information for the current installation of SQL Server.

SYNTAX

@@Version

Return Type of @@Version is nvarchar.




Using @@Version to display the current version of SQL Server 

Following statement uses @@Version function to return the current version of SQL Server.

SELECT @@VERSION

As you can see, it returns the completer system and build information for the current installation of SQL Server.

Also Read..

SQL Server @@SPID

SQL Server @@Language




 

Loading

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SQL Skull

Subscribe now to keep reading and get access to the full archive.

Continue reading