Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Site Related Forums
 The Yak Corral
 Does anyone have Express with Advanced Services?

Author  Topic 

graz
Chief SQLTeam Crack Dealer

4149 Posts

Posted - 2009-07-18 : 07:36:35
Can you post the results of this query:

SELECT
SERVERPROPERTY('BuildClrVersion ') AS BuildClrVersion,
SERVERPROPERTY('EditionID') AS EditionID,
SERVERPROPERTY('EngineEdition ') AS EngineEdition ,
SERVERPROPERTY('ProductVersion') AS ProductVersion,
SERVERPROPERTY('ProductLevel') AS ProductLevel


I'm trying to track down an issue with EditionID.


=================================================
Creating tomorrow's legacy systems today. One crisis at a time.
   

- Advertisement -