I want to know which SQL version I have?

Solved
M-crew Posted messages 477 Status Membre -  
 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 réponses

Takero
 
When executing the following query:

SELECT SERVERPROPERTY('ProductLevel')

SELECT @@VERSION

SELECT SERVERPROPERTY('ProductVersion')
4
Guy
 
It's simple, quick, precise.
Thank you.
0
M-crew Posted messages 477 Status Membre 5
 
Help!!!
0
jee pee Posted messages 9407 Registration date   Status Modérateur Last intervention   9 957
 
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
M-crew Posted messages 477 Status Membre 5
 
I would like to know if it is the Enterprise Edition or the Professional Version and others?
0