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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-20 : 08:38:37
|
| Lhot writes "How can I install SQL7 and SQL2000 client in one machine? If I try to install SQL2000 my SQL7 will be automatically upgraded to SQL2000." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-05-20 : 09:14:27
|
| If it is just the client tools (not the server itself) then just upgrade to SQL 2000. It will support SQL 7.0 databases throughout (Enterprise Manager, Query Analyzer, etc.)If it's a server, in order to keep the existing SQL 7.0 running you'd need to install SQL 2000 as a named instance. The setup wizard will guide you through that part (it should be automatically detected) You can also look in Books Online for more details on named instances. |
 |
|
|
JustinBigelow
SQL Gigolo
1157 Posts |
Posted - 2002-05-20 : 09:57:58
|
| Addendum to Rob's post. Be sure you dont set the 2000 instance to default instance. SQL 7.0 must remain the default since it doesnt support named instances.Justin |
 |
|
|
|
|
|