Is there a way to find out the date a SQL Server instance was last patched? I need to keep track of dates each of my instances had a patch applied whether it be a security patch, hotfix or service pack. I looked in the ServerProperty function but did not see anything that would return this information. Any insights on how to get this info from SQL 2000, 2005 or 2008 would be greatly appreciated.
Thanks.
Software/Hardware used:
ASKED:
October 4, 2011 2:20 PM
UPDATED:
March 31, 2012 12:43 AM
Do you know what registry key this data would be found under?
I would start my research with this Microsoft article
How to determine the version and edition of SQL Server and its components
and this link
http://support.microsoft.com/default.aspx?scid=kb;en-us;q321185
I think Mr Denny probably has the right answer for you though.