SQL Tips – Identifying which version of SQL Server you are using
If you need to find out the version of SQL Server you are using, simply use the following script:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel'), SERVERPROPERTY('edition')
No Comments »
RSS feed for comments on this post. TrackBack URL