Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to avoid clustering in sql 2005?

Author  Topic 

subhaoviya
Posting Yak Master

135 Posts

Posted - 2009-12-02 : 00:12:06
what that clustering exact mean?,

up to my understand level, more than one server grouped together as single server and occupy a single virtual space.

is it increase the performance?

how to avoid clustering ?

subha

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-12-02 : 00:51:59
I don't know why you'd want to avoid it. But to answer your question, it is used for high availability solutions. If you don't want high availability for your database server, then you don't need it. It can be a bit pricey to put in place depending upon the backend storage and other things plus it requires higher level of experience, so some companies are not able to implement it.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

senthil_nagore
Master Smack Fu Yak Hacker

1007 Posts

Posted - 2009-12-02 : 01:45:21
go through this you will get an idea


http://www.sql-server-performance.com/articles/clustering/clustering_intro_p1.aspx

Senthil.C
------------------------------------------------------
[Microsoft][ODBC SQL Server Driver]Operation canceled

http://senthilnagore.blogspot.com/
Go to Top of Page
   

- Advertisement -