Tags: version

Which service pack do I have installed?

Related to previous post's, sometimes it is helpful to quickly determine SQL Server's service pack level. By selecting @@VERSION in a query window ...SELECT @@VERSION AS "SQL Server Version" you / I get following result: SQL Server VersionMicrosoft SQ… more »