Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / August 2006

Tip: Looking for answers? Try searching our database.

Load balance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Casper Hornstrup - 27 Aug 2006 10:36 GMT
Hi.

My application is based on ASP.NET 2.0 and SQL Server 2005. Most of my
data-processing happen on the SQL Server (in two stored procedures written
in C#) - the webserver don't do much in this setup. I'm investigating ways
to have load balancing of the data-processing accross multiple (physical)
SQL Servers in addition to having failover support in case one SQL Server
does fail. Do I need to design my application specifically to support
distributed processing or can SQL Server 2005 do this transparently? What
options do I have?

Regards,
Casper
Hilary Cotter - 27 Aug 2006 17:31 GMT
Have a look at peer-to-peer replication. It will give you the scale out
performance you need. However it will not do the failover you are looking
for. For this you need clustering, or data mirroring. If you need to have
some processing done on one node, and then farm out other processing to
different nodes, you might be able to use DPVs, service broker, or merge
replication for this.

It really depends on your requirements.

Signature

Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

> Hi.
>
[quoted text clipped - 9 lines]
> Regards,
> Casper
Michael Hotek - 28 Aug 2006 19:54 GMT
To load balance the processing, you would want to look at Service Broker
since you can create a single queue and then have multiple brokers handle
the processing requests.

However, you need to take a look into Database Mirroring if you want to be
redundant as well as fault tolerant since Database Mirroring will
transparently fail over the broker queues.

Signature

Mike Hotek
MHS Enterprises, Inc
http://www.mssqlserver.com

> Hi.
>
[quoted text clipped - 9 lines]
> Regards,
> Casper
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.