Re: Sql serve clustering

Tech-Archive recommends: Fix windows errors by optimizing your registry



You need clustering if downtime is very expensive to you. Clustering
provides automatic failover. If a client is connected to a cluster and the
active node in the cluster goes down, the cluster will failover
automatically to the passive node. This transfer is typically transparent to
the user. He connects as before.

Database Mirroring also does automatic failover. Log Shipping and
replication do not.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

"mecn" <mecn2002@xxxxxxxxx> wrote in message
news:equNgIHHGHA.208@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> We are planning to have sql server failover clstering.
> Since server failover clustering is only for hardware redundancy not the
> databases. I still need 2 physical sql boxes(primary one is cluster
> server) by using replication or log shipping.
> My question is that why I need a expensice cluster server instead of
> regualr sql server?
>
> Thanks,
>
>


.



Relevant Pages

  • Re: High Availability
    ... also does failover. ... Async replication is real-time, as opposed to the scheduled Log Shipping ... > Note that one of the considerations for the active/passive GEO Cluster is ... > SQL Server 2000 High Availability Series ...
    (microsoft.public.sqlserver.clustering)
  • Cluster 3 nodes
    ... I tested a failover cluster solution with Windows 2003 and SQL Server 2005 ... Now I'm interested to add a third node ...
    (microsoft.public.sqlserver.clustering)
  • Re: 90 Databases on cluster (Active/Passive)
    ... Under SQL Server 2000, all cluster nodes are treated ... Think of a cluster failover as a SQL Service stop-restart event. ... non-committed transactions are rolled back, ...
    (microsoft.public.sqlserver.clustering)
  • Re: SQL Server service on active/passive
    ... > I have inherited 2 node active/passive SQL Server cluster. ... > noticed that SQL Server service is running on active node only. ... the node that runs the SQL instance is the active node. ... > In case of failover, will SQL Server service start automatically on ...
    (microsoft.public.sqlserver.clustering)
  • Re: Why Cluster in a test Environment?
    ... If your apps are not failover aware, ... SQL Server 2000 then takes anywhere from 30 seconds to minutes before ... a cluster but not appear in a standalone server. ... A non-clustered environment would not allow accurate stress testing do ...
    (microsoft.public.sqlserver.clustering)