Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sp or Hot Fix Install Date 1

Status
Not open for further replies.

ptheriault

IS-IT--Management
Joined
Aug 28, 2006
Messages
2,699
Location
US
Is there a way to find out the date a SP or Hot fix was installed on?

 
Not that I'm aware of. Unless there's a record for it in Add/Remove Programs.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
I wish they would add that information. It would be nice to know.
 
What version of SQL are you running? I'll double-check some tables and see if anything comes close.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
It's SQL 2000. someone installed HotFix 977 without my knowledge and I'm trying to find out when.
 
Hang about. Have you tried SELECT @@VERSION yet?

Also, look in the Event View -> Application Log on the server. Installs are usually logged there.



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
I did @@version but it didn't offer me the date I was looking for. I just found it in add/remove programs. Thanks for the help.
 
Glad I could help. @=)





Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top