![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
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 |
#2
| |||
| |||
|
|
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 -0400, Geoff N. Hiten wrote: No. Each SQL Server\instance has exclusive control over its databases. |
#3
| |||
| |||
|
|
While each instance manages it's own databases, you can link databases so that you can manipulate the data from multiple databases as one big instance |
|
instancename.databasename.owner.table.field |
![]() |
| Thread Tools | |
| Display Modes | |
| |