@@VERSION (Transact-SQL)
SQL Server 2008 R2
Returns version, processor architecture, build date, and operating system for the current installation of SQL Server.
The @@VERSION results are presented as one nvarchar string. You can use the SERVERPROPERTY (Transact-SQL) function to retrieve the individual property values.
