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

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