Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
Which Service Pack Is Installed On My SQL Server
From Wiki
To get the answer to this question run the code below
- SELECT SERVERPROPERTY('ProductVersion') AS SqlServerVersion,
- SERVERPROPERTY( 'ProductLevel') AS ServicePack
There are 3 possible values for ProductLevel
'RTM' = shipping version.
'SPn' = service pack version.
'Bn' = beta version.
Contributed by: --SQLDenis 17:29, 7 June 2008 (GMT)
Part of SQL Server Admin Hacks



LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.