Groups | Blog | Home
all groups > sql server clustering > may 2004 >

sql server clustering : Share Database with 2 SQL Servers.


Jack Victor
5/21/2004 10:05:47 AM
Hi,

Is it possible to have 2 sql servers inserting into the same database. In
my specific case, the servers would be inserting to different tables and
there would be no overlap. I don't want to split the database because
reporting would be based on data from the whole database. I guess this is
kind of likc load balancing.

Thanks!
Jack
Geoff N. Hiten
5/21/2004 10:21:47 AM
No. Each SQL Server\instance has exclusive control over its databases.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com

I support the Professional Association for SQL Server
www.sqlpass.org

[quoted text, click to view]

Jack Victor
5/21/2004 11:40:14 AM
Damn! At least I know this ahead of time. Our db has almost no indexes
(just the primary keys really) and because of the 900 byte index limit I
can't create indexes on the fields that we would be frequently searching
on. But at least since have have few indexes and rows don't go through
multiple table joins, we should have high insert rates.

I didn't know about sqlpass.org. Thanks for the tip!


On Fri, 21 May 2004 10:21:47
[quoted text, click to view]
Geoff N. Hiten
5/21/2004 12:48:05 PM
Why would you need more than 900 bytes in an index key? Anything that large
really needs to go to full-text search instead.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com

I support the Professional Association for SQL Server
www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button