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 |
mvanwyk
Yak Posting Veteran
99 Posts |
Posted - 2006-12-06 : 09:56:55
|
Please assist in the following.My client wants me to give him a solution that’s totally redundant.My thoughts were as follows.RADWARES Web Server DirectorApplication Server 1 ---> Fail-Over ---> Application Server 2SQL SERVER 2005 CLUSTER consisting of 2 Servers.What else am i missing, i read an article that mentioned something about Active Directory does this mean my solution will consist of 6 servers, and 1 load balancing and fail-over controller.If anyone has any <input type=urgent> please send it my way.If anyone has a better way to make an application server / SQL server redundant with no points of failures please let me know ASAP.Thanks in advance.PS* my application server runs IIS and serves ASP.NET Pages. |
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2006-12-06 : 10:34:02
|
You should also investigate database mirroring on SQL Server 2005, it's a cheaper simpler solution than clustering. |
 |
|
mvanwyk
Yak Posting Veteran
99 Posts |
Posted - 2006-12-06 : 10:38:37
|
Thanks i take that into consideration. |
 |
|
|
|
|