Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows NT/2000/2003 Server/2008 Server
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions.

Reply
 
LinkBack Thread Tools
Old 10-17-2009, 07:09 PM   #1 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


loadbalancing and failover SQL server

hi all

i am looking at building a loadbalancing and/or fault tolerant SQL server. can someone let me know of the various options of doing this??

i think i can do it using a windows server 2008 cluster, however i am surprised there isnt a documented way of just having 2 sql servers and one acts as a backup

any suggestions and methods would be greatly appreciated

cheers
murray
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-17-2009, 09:10 PM   #2 (permalink)
Tech Hardware Team
 
Join Date: Oct 2009
Location: Indiana
Posts: 233
OS: All Microsoft Operating Systems

My System

Re: loadbalancing and failover SQL server

Good SQL Clustering reading:

http://www.sql-server-performance.co..._intro_p1.aspx

You can download the content of the following articles:

http://www.scribd.com/doc/18530720/S...ustering-Guide

You can download this pretty detailed document, but at first it looks like there isn’t any information at the link provided. Look just above the comments, there is a download link. It’s in DOCX format, so you will need either the converter for OFFICE 2003 or below or simply Office 2007 installed.

http://sqlcat.com/whitepapers/archiv...lustering.aspx

Thanks!
IT-Tech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-17-2009, 10:19 PM   #3 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


Re: loadbalancing and failover SQL server

thankyou heaps for that, it has made for a good afternoons reading.

summing up, the most common way it seems to create a cluster is to use microsofts clustering services, which would have other advantages such as print, file and other services.

i remember a while ago i briefly read about a method of clustering where you had your primary server with SQL server running, and the secondary one acted like a client, where it kept an upto date copy of all of the data, and if the primary server failed, you could select the secondary server

do you know if such a service exists or it that old/outdated??

cheers
murry
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-17-2009, 10:43 PM   #4 (permalink)
Tech Hardware Team
 
Join Date: Oct 2009
Location: Indiana
Posts: 233
OS: All Microsoft Operating Systems

My System

Re: loadbalancing and failover SQL server

No. I haven't seen that method used. I have seen something similar to that where they implement strictly NTFRS to replicate to a secondary SQL server (usually to a disaster recovery site for offsite storag), but it's not really a full FAILOVER setup that way either.

Sorry about all the reading I provided you, but at least you have a hard copy! LOL
IT-Tech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-17-2009, 10:45 PM   #5 (permalink)
Tech Hardware Team
 
Join Date: Oct 2009
Location: Indiana
Posts: 233
OS: All Microsoft Operating Systems

My System

Re: loadbalancing and failover SQL server

Oh and ......... some more reading for you... LOL

SQL Replication.....

http://msdn.microsoft.com/en-us/library/ms151198.aspx

Thanks and sorry again! LOL
IT-Tech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-17-2009, 11:20 PM   #6 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


Re: loadbalancing and failover SQL server

beleieve me, it is good to have a hard copy so i can refer back to it, and it provides me with much more detailed information.

it seems as soon as you go for a fail over solution, you have to have a dedicated iscsi storage solution, which makes things much more complicated to setup and configure. i have been looking at the netgear readynas box's which are a similar price to a purchasing a proper server :(

and as soon as you have to impliment an iscsi solution the costs of the project seem to triple, for maximum performance you have to have vlan's and extra hardware. and if you want a TRUE fail over solution you then need to add a mirrored storage solution, ready to jump in if one fails. which then adds another few thousand dollers ontop of the costs

i guess i would be leaning towards a solution where the data is transferd to another server, and the users had to just select a different server. i beleieve that most software have the option to enter a secondary server anyway.

ill keep reading and see what solutions are out there and how well they work
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-17-2009, 11:28 PM   #7 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


Re: loadbalancing and failover SQL server

that second link is exactly what i was thinking of, replicating the data to another server, then it would just require the software to select which server it would be useing

it is also extremly handy as it would enable me to have the 2 servers in different locations so that if there is a user at a different site they still have access to al of the databases
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-18-2009, 07:44 AM   #8 (permalink)
Tech Hardware Team
 
Join Date: Oct 2009
Location: Indiana
Posts: 233
OS: All Microsoft Operating Systems

My System

Re: loadbalancing and failover SQL server

Well, what ever you decide to do, I wish you LOTS of luck! LOL

I'm going to have to venture down this road in about another 3 months or so myself; as our Disaster Recovery System is getting antiquated and we have multiple new SQL platforms coming onboard too.

I’m not really looking forward to it either, between the time and the cost it will be tiresome!

Have fun and best of luck!
IT-Tech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-18-2009, 07:45 AM   #9 (permalink)
TSF Enthusiast
 
Join Date: Aug 2006
Posts: 949
OS: OS2 Warp


Re: loadbalancing and failover SQL server

Thats not clustering, thats replication.

Clustering is 2 servers, 2 installs of sql, and the data is on a san.
bilbus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-25-2009, 04:43 AM   #10 (permalink)
Registered User
 
Join Date: May 2006
Posts: 108
OS: Apple Mac OS X 10.5; Windows Server 2003


Re: loadbalancing and failover SQL server

well ill let you know how i go,

i have realized, with clustering i could get away with only two servers as the cluster servers could also act as san servers, would speed it up a bit, so long as there was plenty of network bandwidth.

i have been approached to design a sql setup, (previously this was only for personal intrest) just to clarify, clustering only provides failover support, where as replication would only provide 2x the processing power.
ChemicalAfinity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:54 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85