Friday, January 14, 2011

how to tell if SP2 installed ?

Run the following code in Query Editor, it'll tell you if SP2 of SQL Server
is installed.

select serverproperty('ProductLevel')

No comments:

Post a Comment