Re: NLB Web App accessing Cluster SQL 2005
- From: "Geoff N. Hiten" <SQLCraftsman@xxxxxxxxx>
- Date: Mon, 23 Jan 2006 15:40:48 -0500
Any SQL client application can connect to a SQL Cluster with no changes. I
recommend using non-persistent connections so the web app can recover in
case of a cluster failover, but that has been general programming practice
for a while now. Your NLB session model and the application session model
will need to work together. I.E. if you only support local sessions in IIS,
you will need to make sure your NLB sessions are "sticky". Your Network
Engineer can help with this.
--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
"Bruno" <Bruno@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D6B04BF1-9730-46AA-A6E9-EBFC5C6B4C2D@xxxxxxxxxxxxxxxx
> Hello Friends
>
> I have a project that will use Failover Cluster for SQL 2005 and NLB for
> the
> web server front-end (using IIS).
>
> That web application will be developed in-house. there are any special
> programming considerations that the programmers must embed in the
> application
> in order to support the special features of Failover and NLB clusters?
>
> Does the web App Server must be Cluster-Aware to interact to SQL 2005
> Failover Cluster?
>
> Can you please give me any links to some documents that reflect these
> situations?
>
> Thanks for Help
> Bruno
.
- Prev by Date: Re: SQL 2005 Clustering
- Next by Date: SQL Agent on Cluster stops
- Previous by thread: Re: NLB Web App accessing Cluster SQL 2005
- Next by thread: Re: NLB Web App accessing Cluster SQL 2005
- Index(es):
Relevant Pages
|