If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > SP Version

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-29-04, 10:05
nadiapedrosa nadiapedrosa is offline
Registered User
 
Join Date: Dec 2002
Location: Brazil
Posts: 59
SP Version

Hi everybody,

I am very new on SQL Server Database. But now I will administer a SQL Server Database too.
My doubt is: how can I know wich SP is installed in my SQL Server Database. The version is 8.00.194.
But I don't know the Service Pack installed....

Thank you all,
__________________
Nadia
Reply With Quote
  #2 (permalink)  
Old 07-29-04, 12:04
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
See ServerProperty() in the BOL. As an example for your request, I'd use:
Code:
SELECT ServerProperty('ProductLevel')
-PatP
Reply With Quote
  #3 (permalink)  
Old 07-29-04, 20:53
derrickleggett derrickleggett is offline
Registered User
 
Join Date: Apr 2004
Location: Kansas City, MO
Posts: 734
You would be on the RTM version, which means if there was a DBA before you he was a freaking idiot. You need to walk your little fingers right over to www.microsoft.com, download, and apply Service Pack 3a. You then need to repeat this process until every SQL Server anywhere near your company's network is at the same level. After this, if you had a DBA you need to tell us his name, so we know never to hire the moron.

Oh, and welcome to SQL Server.
__________________
MeanOldDBA
derrickleggett@hotmail.com
When life gives you a lemon, fire the DBA.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On