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 - 2006-11-10 : 08:15:18
|
Amit writes "In SQL Server clustered environment having two Nodes configured as Active/Active or Active/Passive, do I need to create the databases on both the nodes or only one Node." |
|
dewacorp.alliances
452 Posts |
Posted - 2006-11-11 : 06:50:49
|
With a cluster, each node will attach to a shared disk (SAN). The program of SQL will be installed into 2 nodes but the database (either system and user db) will be stored into the SAN (virtual SQL). |
 |
|
|
|
|