Re: Newbie question
- From: "Geoff N. Hiten" <SQLCraftsman@xxxxxxxxx>
- Date: Wed, 10 Oct 2007 16:44:25 -0400
Nodes and instances are independent. You can assign preferred node order to any instance. You can "stack" multiple instances on multiple nodes. Remember, all instances have distinct and separate databases. No sharing.
--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"coady" <coady@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:10265D21-8D65-4A7D-AF75-39802C366B03@xxxxxxxxxxxxxxxx
AH, That's it! Multiple SQL instances. Thank you!!
So, if there's 2 instances, I1 and I2, on node 1. There are 2 other
different instances, I3 & I4 on node 2. What would happen when node 1 failed?
"Geoff N. Hiten" wrote:
You can "spread" the workload by having multiple SQL instances. Each
instance has an independent set of databases. Ffor example, you may have
OLTP on one instance and Data Warehouse on another instance.
There is currently no native load balancing technology for SQL Server.
--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"coady" <coady@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B28449D1-FD9A-4C7B-B62E-1D7249640172@xxxxxxxxxxxxxxxx
> So, for example, in a 4 node SQL cluster environment, how is the > workload
> spreaded among the 3 nodes?
>
> We are looking for something that has failover and also load balancing > for
> our environment.
>
> Thank you.
>
>
>
> "Geoff N. Hiten" wrote:
>
>> SQL Clustering is a failover technology, not a scale-out technology. >> Not
>> load balancing in SQL clustering.
>>
>> -- >> Geoff N. Hiten
>> Senior SQL Infrastructure Consultant
>> Microsoft SQL Server MVP
>>
>>
>>
>>
>> "coady" <coady@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:FC2499EB-4B4E-4211-A57C-00D1704A77C3@xxxxxxxxxxxxxxxx
>> > Thank you for the quick reply.
>> > In a SQL cluster environment, let's say there's 3 nodes (node >> > A,B,C).
>> > Is
>> > it
>> > true that the application will communicate with only one node to >> > access
>> > the
>> > database? In other words, is there any load balancing?
>> >
>> > Thank you.
>> >
>> >> Here is another KB I found when I created my Cluster
>> >>
>> >> "coady" wrote:
>> >>
>> >> > Hi,
>> >> >
>> >> > Just about to set up SQL 2005 cluster. Do I need to set up >> >> > Windows
>> >> > cluster
>> >> > environment, then set up SQL 2005 cluster?
>> >> >
>> >> > Thank you
>>
>>
.
- Follow-Ups:
- Re: Newbie question
- From: Geoff N. Hiten
- Re: Newbie question
- From: coady
- Re: Newbie question
- References:
- Re: Newbie question
- From: Geoff N. Hiten
- Re: Newbie question
- From: Geoff N. Hiten
- Re: Newbie question
- From: coady
- Re: Newbie question
- Prev by Date: Re: Newbie question
- Next by Date: Re: Newbie question
- Previous by thread: Re: Newbie question
- Next by thread: Re: Newbie question
- Index(es):
Relevant Pages
|