Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to determine date when service pack was applied to SQL Server instance?

Tags:

sql-server

For an instance of SQL Server 2005/2008, how can one determine the date and time when a service pack was applied to the instance? Is there a system table or view that stores that information?

like image 247
Oliver Avatar asked Jun 01 '10 15:06

Oliver


1 Answers

Look into C:\Program Files\Microsoft SQL Server\XXX\Setup Bootstrap\Log. The summary.txt and the individual SP log folders have all the details.

like image 64
Remus Rusanu Avatar answered Oct 02 '22 01:10

Remus Rusanu