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 |
|
gercr
Yak Posting Veteran
53 Posts |
Posted - 2004-09-28 : 18:48:03
|
| Hi all, actually I have a Box running a Cluster of SQL server 6.5, is possible to install another instance on the same Box and make another cluster ??? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-09-28 : 18:54:13
|
| No. That is only possible with SQL Server 2000 and later. 6.5 and 7.0 do not have the multiple instance capability. But you can install a named instance of 2000 on the server that already has 6.5 (or 7.0 for that matter). But 6.5 or 7.0 must be installed first, then 2000 for it to work.Tara |
 |
|
|
|
|
|