dbTalk Databases Forums  

Clustering and Instances

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Clustering and Instances in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve
 
Posts: n/a

Default Clustering and Instances - 12-05-2003 , 12:40 PM






When setting up your clustering design , what would be the
main reasons for adding new instances to the pre-existing
ones? Basically I need a list of reasons of why add new
instances, thanks.

Reply With Quote
  #2  
Old   
Tom Moreau
 
Posts: n/a

Default Re: Clustering and Instances - 12-05-2003 , 12:49 PM






One instance could be for high-sensitivity data for which the DBA's should
have a security clearance whereas the other instance is for general purpose
data. You need high availability for both but only the super DBA's could be
allowed into both while the regular DBA's are in just the general one.

Also, if you have conflicts arising from multiple definitions for entries in
sysmessages for the same message ID and language ID, then you can have a
separate instance for each.

--
Tom

---------------------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com/sql


"Steve" <anonymous (AT) discussions (DOT) microsoft.com> wrote

When setting up your clustering design , what would be the
main reasons for adding new instances to the pre-existing
ones? Basically I need a list of reasons of why add new
instances, thanks.


Reply With Quote
  #3  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Clustering and Instances - 12-05-2003 , 01:24 PM



I find that if you have data that is logically unrelated, multiple instances
can give soem scale-out capability. I have a 4-node, 3 instance cluster
where each instance holds data that is never checked or compared directly
against data in another instance.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com


"Steve" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
When setting up your clustering design , what would be the
main reasons for adding new instances to the pre-existing
ones? Basically I need a list of reasons of why add new
instances, thanks.



Reply With Quote
  #4  
Old   
Linchi Shea
 
Posts: n/a

Default Clustering and Instances - 12-10-2003 , 11:41 AM



Another reason is to make it easier to heandle conflicting
collations among different databases.

Linchi

Quote:
-----Original Message-----
When setting up your clustering design , what would be
the
main reasons for adding new instances to the pre-existing
ones? Basically I need a list of reasons of why add new
instances, thanks.
.


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.