dbTalk Databases Forums  

RE: can clustering use as load balacing

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


Discuss RE: can clustering use as load balacing in the microsoft.public.sqlserver.clustering forum.



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

Default RE: can clustering use as load balacing - 11-14-2007 , 06:41 AM






SQL Server does not support shared-disk clustering for load balancing, though
there is a feature in SQL2005 called scalable shared database that allows you
to present the same database via a LUN to multiple SQL2005 instances for
read-only access.

Linchi

"Tarvirdi" wrote:

Quote:
I want to have 3 MSSQL server that work at same time on shared
database(all opened a single data file on SAN for example). And request
for queries are send to those parallel and same sql servers to archive
more processing power and fail over feature?act as load balancing?
what can I do for load balancing heavy traffic queries like which can
done on web server?
thanks


Reply With Quote
  #2  
Old   
Edwin vMierlo [MVP]
 
Posts: n/a

Default Re: can clustering use as load balancing - 11-18-2007 , 01:56 AM







Quote:
For example I have A database named T1 with T1.mdf and want to have
another Database on other server(or same server to start test) and have
read only access to above T1.mdf?
You can not do this

The limitation is NTFS, NTFS you can only have on server accessing the
volume at a time.
You can not do this on the same host either as SQL will have a problem
(cache comes to mind first)

the answer to your original question:
Q: can clustering be used as load balancing for SQL ?
A: no




Reply With Quote
  #3  
Old   
Edwin vMierlo [MVP]
 
Posts: n/a

Default Re: can clustering use as load balacing - 11-18-2007 , 05:00 AM





Quote:
there is a feature in SQL2005 called scalable shared database that allows
you
to present the same database via a LUN to multiple SQL2005 instances for
read-only access.
correct, but that is a "static" disk, presented RO to multiple hosts

you cannot have one host "writing" to and others "reading" from the same
disk




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.