Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Enterprise Manager Download? (Or Windows 7 equivalent?)

Tags:

sql

sql-server

I maintain a couple of older sites running SQL Server 2000 and 2005. On my old XP box I was using SQL Server Enterprise Manager to access them.

I'm now on a Windows 7 box. Is that product still available for download/install and will it run on Windows 7? I can't seem to find a download for that specific component.

Or is there an alternative for Windows 7? I tried install SQL Server 2008 Manager Express, but the fails halfway through on Windows 7. I do have XP running in Virtual Box so could get by with Enterprise Manager if I could figure out where to install it from.

like image 864
DA. Avatar asked Dec 01 '09 04:12

DA.


People also ask

Which SQL Server Management Studio is compatible with Windows 7?

The real solution is update your version of Windows; Windows 7 has been completely unsupported for over a year now. Also, no version of SSMS 18 supports Windows 7, and SSMS 18+ is required for support of SQL Server 2019.

Can I download SQL Server on Windows 7?

SQL Server 2008 express runtime is supported on Windows 7 and on Windows 2008 R2.


1 Answers

Enterprise Manager only supports up to sql server 2000. You can't use it to access sql server 2005. Instead, you need Sql Server Management Studio. You can download the express edition here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796

I'm running both management studio and windows 7 just fine.

As for enterprise manager, it was never available for download. You had to install it from the media that came with sql server. Similarly, if you want a non-express edition of management studio you need to install it when running setup for sql server.

like image 100
Joel Coehoorn Avatar answered Sep 20 '22 10:09

Joel Coehoorn