I want to know which SQL version I have?
Solved
M-crew
Posted messages
477
Status
Member
-
Guy -
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
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
-
When executing the following query:
SELECT SERVERPROPERTY('ProductLevel')
SELECT @@VERSION
SELECT SERVERPROPERTY('ProductVersion') -
-
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. -
I would like to know if it is the Enterprise Edition or the Professional Version and others?