To find out what version of SQL is running along with the service pack run the following SQL Query:
SELECT SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘journal’)
Check it out:Clint Boessen’s Blog
To find out what version of SQL is running along with the service pack run the following SQL Query:
SELECT SERVERPROPERTY(‘productversion’), SERVERPROPERTY (‘productlevel’), SERVERPROPERTY (‘journal’)
Check it out:Clint Boessen’s Blog
Answers Rating