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') |
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') |