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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Version Of SQL

Author  Topic 

inbs
Aged Yak Warrior

860 Posts

Posted - 2009-01-04 : 02:46:26
i install OLE DB2, when i run the setup.exe file, i get this error:
"Setup cannot continue because a supported version of SQL Server 2005 is not installed. Supported versions include Enterprise, Developer, or Enterprise Evaluation"

so i download and install the hotfix, and it still not work:
1.what can else i do?
2.how can i know what is the version of my DB of SQL(Enterprise/Developer/Evaluation/other)

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-04 : 03:31:59
1. you need to install any of three versions suggested
2. use SERVERPROPERTY function to get edition info

http://msdn.microsoft.com/en-us/library/ms174396.aspx
Go to Top of Page
   

- Advertisement -