Re: Fixing Relationship on back-end DB
- From: Salad <oil@xxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 07:16:25 -0700
OldPro wrote:
On Oct 31, 8:11 am, OldPro <rrossk...@xxxxxxxxxxxxx> wrote:I oftentimes will index fields on a table because I will be filtering on those fields in SQL statements. Having an index on those fields oftentimes will speed up returning the results.
On Oct 31, 7:30 am, "paii, Ron" <n...@xxxxxx> wrote:
I have an application that has been built and expanded for over 10 years. As
modules have been added to the front-end, new back-end DBs have been
created. For example the back-end DBs for Inventory, Purchase order, Work
Order all exist in separate MDBs. This of course eliminates the ability to
create relationships between each of the back-ends, so referral integrity
between the back-ends is maintained in the front-end forms.
Now I am trying to fix this error in design. My 1st step was to create a new
backend database and import all the tables from the other back-ends. then
create relationships with referral integrity. I was surprised by how few
orphaned records existed :). My problem, Access is reporting a limit on the
number of indexes as I turn on more referral integrity. Is there a
historical limit on indexes like controls on a form? Or will I need to
restructure the database to reduce the number of child tables referencing
parent tables.
I was hoping to combine the MDBs without making any major changes to the
table structure. When done, I want to test the existing front-end on the new
back-end.
I've never heard of a limit on indexes... how many do you have?- Hide quoted text -
- Show quoted text -
Okay, I'll answer my own question: a quick search reveals a 32 index
per table limit. If a table has that many indexes, then perhaps it
needs to be normalized...
Should one look at a table and say "There's too many fields...I'll make a bunch of 1-1 related tables to fix this"?
Does normalization include 1-1s? As far as I'm concerned, 1-1s would all make up 1 record.
.
- References:
- Fixing Relationship on back-end DB
- From: paii, Ron
- Re: Fixing Relationship on back-end DB
- From: OldPro
- Re: Fixing Relationship on back-end DB
- From: OldPro
- Fixing Relationship on back-end DB
- Prev by Date: Re: Can't use SendMessage...WM_PASTE with a regular Text Box
- Next by Date: Re: Can't use SendMessage...WM_PASTE with a regular Text Box
- Previous by thread: Re: Fixing Relationship on back-end DB
- Next by thread: Re: Fixing Relationship on back-end DB
- Index(es):
Relevant Pages
|
|