Thursday, July 3, 2008

How to Find Which Service Pack SQL Server is Running

This is pretty simple:

SELECT @@VERSION
GO

Hey, that was easy.

No comments: