dbTalk Databases Forums  

Scaling-out SqlServer? Is it possibile ?

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


Discuss Scaling-out SqlServer? Is it possibile ? in the microsoft.public.sqlserver.clustering forum.



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

Default Scaling-out SqlServer? Is it possibile ? - 11-26-2007 , 12:02 PM






Hello everybody !

I hope this is the right place for my questions.

I would like to know whether there is a possibility to make available the
same data on two(or more) different instances of the database server, each
instance installed on a different computer.

Thank you very much !
Ernest




Reply With Quote
  #2  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Scaling-out SqlServer? Is it possibile ? - 11-26-2007 , 12:51 PM






There is no native SQL Server multi-host, single-data-set scale out
technology.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP


"ernest" <ernest (AT) gesora (DOT) com> wrote

Quote:
Hello everybody !

I hope this is the right place for my questions.

I would like to know whether there is a possibility to make available the
same data on two(or more) different instances of the database server, each
instance installed on a different computer.

Thank you very much !
Ernest





Reply With Quote
  #3  
Old   
Rick Heiges
 
Posts: n/a

Default Re: Scaling-out SqlServer? Is it possibile ? - 11-26-2007 , 06:35 PM



There is a technology available in SQL Server 2005 called Scalable Shared
Databases. However, I have not heard of anyone implementing this technology
yet and it is read-only. Basically, you copy your data to a SAN volume,
mark that volume as read-only, and attach it to multiple servers. Check out
this article for more info. http://support.microsoft.com/kb/910378

Other than that, if you have more control over your application and
database, Peer-to-Peer Replication is about as close as you are going to
get. This is not an "Add-on" technology though and the application
architecture must support it.

Hope this helps!

Rick Heiges
SQL Server MVP

"ernest" <ernest (AT) gesora (DOT) com> wrote

Quote:
Hello everybody !

I hope this is the right place for my questions.

I would like to know whether there is a possibility to make available the
same data on two(or more) different instances of the database server, each
instance installed on a different computer.

Thank you very much !
Ernest






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.