![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello gurus! I know that SQL 2000 and very probably Yukon SQL do not support a shared disk cluster. So, in the shared nothing schema is possible to (in a Active/Active): having one SQL 2000 instance running in the Active1 Server with on Database (like pubs) and in the Active2 Server another database (like northwind) I want that the virtual Server redirect the query automatically to one instance or to another and in case of failure of the Active1 Server, the Avtive2 take the Active1 works and in case of failure of the Active2 Server, the Active1 take the work of the Active2 ![]() Thanks a lot again AA |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Actually, I'd disagree on the scale-up part. There are apps that would bring even the largest commerically available servers to their knees if you tried to run all of the transactions on a single machine. The biggest part in here is that there is no technology inside SQL Server to allow a transaction to automatically be continued on another node in the event of a failover. This is possible, but it has to be coded into your applications. -- Mike Principal Mentor Solid Quality Learning "More than just Training" SQL Server MVP http://www.solidqualitylearning.com http://www.mssqlserver.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |