// archives

Archive for August, 2007

VMWare Fusion

I’ve been using Parallels Desktop for Mac since it’s beta days, and have been pretty happy with it until now. The biggest qualm I have (with the version I currently have: version 2) is the lack of an appropriate video card driver; playing as well as using it for graphically-intensive games and applications is not [...]

How to find the service pack version installed on SQL Server

Run and execute the following query; it doesn’t matter what database and/or table you’re in: select @@VERSION If executed successfully, you should get something like below, which shows that SP2 is installed. Microsoft SQL Server 2005 – 9.00.3042.00 (Intel X86)   Feb  9 2007 22:47:07   Copyright (c) 1988-2005 Microsoft Corporation  Enterprise Edition on Windows NT 5.2 (Build [...]