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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What version am I running?

Status
Not open for further replies.

Jonoman1

IS-IT--Management
Oct 16, 2003
2
US
I am a novice w/SQL, and will probably end up that way forever, sadly. I've got a machine that looks like it is infected w/SLAMMER. I've downloaded the patches from Microsoft, but I've been stalled: I cannot continue w/ update & fix until I address what version I am running (2000, sp1, sp2 etc) I'm guessing 2000 (on a 2000 pro OS.)
Where can I find my version? Thanks.
 
Do you have the little server icon in your system tray? If you do, you can right click and select About. Version 8 is 2000.
 
or run in QA:

SELECT @@VERSION

or

EXEC xp_msver

Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere
[ignore][/code][/ignore].
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top