Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Here is a nice way to determine SQL Server Version Information aside from @@version:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Comments
- Anonymous
January 10, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/01/10/determine-sql-server-version/