Re: Advantages of an SQL 2005 cluster from transaction point of view



Clustering will not effect the transaction count which your SQL Server
can handle. Clustering is designed to keep the SQL Server running in
the event of a hardware failure.

In the event of a hardware failure of the active node, the passive
node will start the SQL Service, and begin taking transactions usually
within seconds.

Log shipping will usually take a few minutes to fail over (assuming
that you have it setup to do so) and begin taking transactions.

Cluster service is designed as a high availability solution. Log
shipping is considered a disaster recovery solution, used to ship data
from one data center to another.

Denny

On Wed, 16 Jul 2008 12:20:00 -0700, Sabi
<Sabi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi Guys,
We are considering whether an SQL cluster (MSCS) may have any advantages
from transaction handling point of view. I mean mscs is a solution to correct
only hardware failures but it does not have any advantages on transactions
level. We are making a comparison between SQL log shipping and clustered sql
servers, this is why it is an important question. Do you have pros cons on
any side but only from transaction point of view? As i understand
transacation loss could be occur on clusters as well if a node crashes so sql
log shipping could be more secure in this case. Any advantage on cluster side?
Thank you for your help!
Sabi
.



Relevant Pages

  • Re: Create SQL cluster on 2003
    ... Since you are in a cluster configuration, ... Microsoft SQL Server MVP ... We only about about 20 databases - all ... Move Databases Between Computers That Are Running SQL Server ...
    (microsoft.public.sqlserver.clustering)
  • Re: Asynchronous Stored Procedure Never Returns - Help?
    ... If you have the Sql Server 2000 or 2005 docs they are thorough and can be ... for Transaction SQL Reference from the drop-down or select a keyword from ... your query in Query Analyzer or Sql Server Management Studio, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: A complicate cluster configuration...
    ... The SQL Server 2000 EE will be running just in one node, ... It is possible that an operator can manage the cluster from a terminal ... > and SFTPs them to a remote machine. ...
    (microsoft.public.windows.server.clustering)
  • Re: SQL Server 2005 Cluster Setup Quiz
    ... the first instance on the cluster. ... SQL Server 2005 failover cluster has been installed? ... drive of a SQL Server 2005 failover cluster installation? ...
    (microsoft.public.sqlserver.clustering)
  • Re: Unable to Apply SP4 to SQL 2000 Cluster (new Node)
    ... Rebuild the node in the failover cluster. ... Scenario 1" in SQL Server 2000 Books Online. ... This setup process updates to SP4 only the binaries on the new ...
    (microsoft.public.sqlserver.clustering)

Loading