Dear Friends,
This is new environment to me. Therefore, I would appreciate your
comments and suggestions.
This is the scenario. I have two SQL servers 2000 (standard edition)
connected to a shared storage. I moved all the database files to the
shared drive.
To my surprise, I noticed that I can attach those files to each
database server and perform simultaneous operations. Do I have to do
anything special to assure the consistency of operations and the
resulting data? Does SQL server takes care of acccess control,
therefore serializing conflicting accesses?
Still in a SAN environment, but a different problem: I also have a
service running in each server monitoring the "health" of each server.
In the case of failure, the service brings down the "primary" server
and elects the backup as the good server. In the case of shared files,
do I have to do anything special to switch from one server to the
other? What if I have more than 2 servers?
Thank you