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 |
jrmtl
Starting Member
9 Posts |
Posted - 2009-06-26 : 13:40:37
|
Hello all,Given I don't have too much experience with clustered configs...Are there any extra considerations when creating the database within a clustered environment on a 64bit standard edition install besides the install options.thx in advance |
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
Posted - 2009-06-26 : 15:04:51
|
at he database level, there arent any that I can think of..Dinakar Nethi************************Life is short. Enjoy it.************************http://weblogs.sqlteam.com/dinakar/ |
 |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2009-06-26 : 15:33:06
|
If you can, try to talk the developers out of doing large transactions. If the cluster fails over during one of these, you could be left waiting a while for it all to roll back, or forward when the database tries to recover on the new node. |
 |
|
|
|
|