Sapere aude!

Tags: serverproperty

BgInfo, WMI and SQL Server

Permalink 2008-06-27 11:23, by Torsten Schüßler, Categories: SQL, TSQL , Tags: script, serverproperty, services
BgInfo from Sysinternals (now Windows Sysinternals, by Mark Russinovich) automatically displays relevant information about a Windows computer on the desktop's background, such as the computer name, IP address, service pack version, and more interesting f… more »

Which service pack do I have installed?

Permalink 2008-04-03 15:29, by Torsten Schüßler, Categories: SQL, SQL-Server 2005, SQL-Server 2008, TSQL , Tags: serverproperty, service pack
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 Version Microsoft SQ… more »