I want to know which SQL version I have?

Solved
M-crew Posted messages 477 Status Member -  
 Guy -
Hello,

I have SQL SERVER 2008 installed on my PC and I would like to know which version it is???

Configuration: Windows XP / Internet Explorer 8.0

4 answers

  1. Takero
     
    When executing the following query:

    SELECT SERVERPROPERTY('ProductLevel')

    SELECT @@VERSION

    SELECT SERVERPROPERTY('ProductVersion')
    4
    1. Guy
       
      It's simple, quick, precise.
      Thank you.
      0
  2. M-crew Posted messages 477 Status Member 5
     
    Help!!!
    0
  3. jee pee Posted messages 31893 Registration date   Status Moderator Last intervention   9 984
     
    Hello,

    I think your question is not clear enough.

    I don't know SQL Server. But given your text, I would say you have SQL SERVER 2008.

    If this is not what you were expecting, you need to clarify the meaning of your request.

    Best regards

    --
    A stranger is a friend we haven't met yet.
    0
  4. M-crew Posted messages 477 Status Member 5
     
    I would like to know if it is the Enterprise Edition or the Professional Version and others?
    0