Link to home
Start Free TrialLog in
Avatar of aibar
aibar

asked on

Installing SQL Server 2000 after 2005

I use SQL Server 2005 (Express); I have a client now that uses 2000 and to support this client, I need to install SQL Server 2000 Enterprise Edition on the same pc.  Can I do this?  Any advice is greatly appreciated - I don't want to try it until I'm pretty sure I won't mess up the 2005 version!
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

...you will have 1 default instance: yourPCname
and another yourPCname\anythignwhatyoutype
---
However: if you wish to change yourPCname\anythignwhatyoutype to default yourPCname
you need reinstall sql server

also you can not install "SQL Server 2000 Enterprise Edition" on PC if OS not like:
http://www.microsoft.com/sql/prodinfo/previousversions/system-requirements.mspx

      


SQL Server 2000 Enterprise Edition and Standard Edition can run on the following operating systems:
"	
 
Windows Server 2003 R2
"	
 
Windows Server 2003, Standard Edition1
"	
 
Windows Server 2003, Enterprise Edition2
"	
 
Windows Server 2003, Datacenter Edition3
"	
 
Windows® 2000 Server
"	
 
Windows 2000 Advanced Server
"	
 
Windows 2000 Datacenter Server

Open in new window

Also you can run your client's SQL 2K database inside SQL 2005 using "SQL Server 2000 Compatibility Mode"
This way you will not waste your resources by running two different version of SQL Server.
You will find alot about it in he MSSQL Online Books
Avatar of aibar
aibar

ASKER

I do need 2000 version as I have DTS packages that need to run.  Thanks to you all!
Avatar of aibar

ASKER

Works like a charm.  Thanks