If you are in need of determining the version and patch level of a SQL Server DB you can run the following command:


SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel'), SERVERPROPERTY('edition')