Monday, January 7, 2008

determine the service pack that's installed on your SQL Server

Execute the following command:

SELECT @@VERSION

SELECT SERVERPROPERTY('ProductLevel')

No comments: