views:

11576

answers:

8

Is there any possibility to install Sql Server 2005 enterprise on Windows 7?

thank you

+1  A: 

Yes it is possible:

  1. http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx
  2. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/6a569376-4207-4184-a8a7-73d5168c787e

You'll need to use Service Pack 3

JoshBerke
Please note that I'm asking for enterprise version of sql server 2005, not express edition or sql server 2008!Anyway thanks for try
LILkillaBEE
I would be surprised if Express was supported and Enterprise wasn't.
JoshBerke
I'm surprised too, but I can't solve this issue...
LILkillaBEE
What's the issue? You getting an eror or something?
JoshBerke
+5  A: 

Yep, works fine.

Make sure that you install it before Visual Studio, and also make sure you enable these Windows features first:

Common HTTP Features

  • Static Content
  • Default Document
  • HTTP Redirection
  • Directory Browsing

Application Development

  • ASP.Net
  • ISAPI Extension
  • ISAPI Filters

Security

  • Windows Authentication

IIS6

  • IIS 6 WMI
  • IIS Metabase

Then install SP2 at least, but preferably SP3

BenB
we're talking about enterprise version of sql server 2005, right?
LILkillaBEE
Worked for me with Win7 + SQL2005 Standard.
Forgotten Semicolon
worked for me with win7 (ultimate) + sql developer edition. Didnt try with enterprise version sorry.
kushin
this method worked with sql developer edition. thanks.
djangofan
A: 

where i can found SP2 or SP3 plz can any one tell this with more details

jain
Really? really? *sigh* http://support.microsoft.com/kb/913089
ongle
A: 

I've done all possible things even whatever is written here but when i trying to install SQL Server 2005 half of the installation is finish but when it is trying to install SQL Server Database Services it is giving me the error the instance can't be install or u have to do it manually. I've tried manually but still there is no progress is there any suggestion. I've windows 7 Ultimate and trying to Install Sql server 2005 enterprise edition. Please Help

Rashid
+4  A: 

SQL Server 2005 Enterprise Edition is not supported on client OS's like Vista, XP, or Windows 7. Developer Edition is supported on the client OS's and allow you to develop with Enterprise features, but Enterprise Edition is only supported on Window Server Installations as per the BOL:

http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx

Jonathan Kehayias
A: 

I have installed sql developer edition , It installed well but when I want to use it It shows login faild. Actually I selected the server and also I selected windows authentication, but It didn't work what should I do ?

Ahmad
Please post a question
Sam
A: 

hi.. i hav install windows7 is dis support sql server2005. if it is support pls tel me how to install sql server2005.

sruti
A: 

Enterprise edition does work only on Server OSs (Server 2k3 2k8 ...) if you are just using it for development try Sql server developer edition it has the same features as Enterprise and it is way cheaper (But it can be used for development only).

Yassir