It is quite common to get the SQL Server version details from following query.
SELECT @@VERSION VersionInfo
GO

Recently I have been using following SP to get version details as it also provides me few more information about the server where the SQL Server is installed.
EXEC xp_msver
GO

Watch a 60 second video on this subject
I like to use the second one but again that is my preference.
Reference: Pinal Dave (http://blog.SQLAuthority.com)












Hey Pinal,
This may not be the right thread for such question/help, but I could not find any other.
Actually I am trying to install SQL Server 2005 Enterprise Edition (x32) on Windows 7 (64 bit), but getting lot of errors like Asp.Net is not registered with IIS etc.
Please guide me as how can I install it successfully. Do I need to do some settings before installing SQL Server – 32 bit on Windows 7 – 64 bit ?
Please help …!
Thanks,
Munish Bansal
Hi Pinal
how to see the latest version info in sql
for example
if i am using 2005 sql server,
i want the information about latest product (2012 RCO) like that
Thanks in advance
Gopi
[...] Get Server Version and Additional Info [...]
xp_msver does not work on SQL 2000, the very reason I want to use it,