dbTalk Databases Forums  

3 queries about active/active and multi-instance

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


Discuss 3 queries about active/active and multi-instance in the microsoft.public.sqlserver.clustering forum.



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

Default 3 queries about active/active and multi-instance - 02-17-2005 , 04:41 PM






Hi,

1. What is the use of Multiple-Instances of Sql server?

2. If I have only 1 Database, which Mode can I use (Active/Active or
Active/Passive) and why?

3. What is the difference between Active/Active and Active/Passive modes
other than the fact that only Active mode holds the shared device at any
given point of time.

Thanks in advance
Pankaj A. Chitriv

Reply With Quote
  #2  
Old   
joe.
 
Posts: n/a

Default Re: 3 queries about active/active and multi-instance - 02-18-2005 , 09:18 AM






Inline.


joe.

"Pankaj" <pankajchitriv (AT) rediffmail (DOT) com(donotspam)> wrote

Quote:
Hi,

1. What is the use of Multiple-Instances of Sql server?
To run multiple instances of SQL Server in the same machine. Look up
multi-instance in BOL for more info. There are trade-offs to running
multiple instances vs. multiple databases in a single instance. Issues like
administration, security, isolation, memory management, real memory size,
etc... are just some that you need to be aware of.

Quote:
2. If I have only 1 Database, which Mode can I use (Active/Active or
Active/Passive) and why?
Active/passive. A SQL Server database can be driven by 1 and only 1
instance/engine at any time. It is a shared nothing architecture. Suggest
you review MS failover clustering concepts to get a better feel of how this
works. The term active/active really is kind of a marketing term. It really
means both machines are actively doing work on different databases, not both
machines are servicing the same database.

Btw, active/active and active/passive are actually obsolete terms since SQL
Server does support up to 8 nodes now and up to16 instances (not hard limit
but good luck with PSS if you go beyond). Multiple instance cluster is more
appropriate especially when you get into large clusters.

Quote:
3. What is the difference between Active/Active and Active/Passive modes
other than the fact that only Active mode holds the shared device at any
given point of time.
Once you understand what active/active and active/passive mean in the SQL
Server world, this will become very clear. That aside, there are significant
considerations for configuration when you have multiple active nodes in a
cluster. You have to be smart about resource allocation and management and
failover strategies.

Quote:
Thanks in advance
Pankaj A. Chitriv



Reply With Quote
  #3  
Old   
Pankaj
 
Posts: n/a

Default Re: 3 queries about active/active and multi-instance - 02-18-2005 , 06:11 PM



Thanks Joe.

Regards
Pankaj

"joe." wrote:

Quote:
Inline.


joe.

"Pankaj" <pankajchitriv (AT) rediffmail (DOT) com(donotspam)> wrote in message
news:E1CE6DD0-D8A1-4B45-BF58-B309F9BAF770 (AT) microsoft (DOT) com...
Hi,

1. What is the use of Multiple-Instances of Sql server?
To run multiple instances of SQL Server in the same machine. Look up
multi-instance in BOL for more info. There are trade-offs to running
multiple instances vs. multiple databases in a single instance. Issues like
administration, security, isolation, memory management, real memory size,
etc... are just some that you need to be aware of.


2. If I have only 1 Database, which Mode can I use (Active/Active or
Active/Passive) and why?
Active/passive. A SQL Server database can be driven by 1 and only 1
instance/engine at any time. It is a shared nothing architecture. Suggest
you review MS failover clustering concepts to get a better feel of how this
works. The term active/active really is kind of a marketing term. It really
means both machines are actively doing work on different databases, not both
machines are servicing the same database.

Btw, active/active and active/passive are actually obsolete terms since SQL
Server does support up to 8 nodes now and up to16 instances (not hard limit
but good luck with PSS if you go beyond). Multiple instance cluster is more
appropriate especially when you get into large clusters.


3. What is the difference between Active/Active and Active/Passive modes
other than the fact that only Active mode holds the shared device at any
given point of time.
Once you understand what active/active and active/passive mean in the SQL
Server world, this will become very clear. That aside, there are significant
considerations for configuration when you have multiple active nodes in a
cluster. You have to be smart about resource allocation and management and
failover strategies.


Thanks in advance
Pankaj A. Chitriv




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.