C
Craig Buchanan
I've been analyzing a client's database (MDB) and noticed that the database
doesn't have any table relationships defined. The tables do, however,
include primary keys and indicies.
I've never seen a situation before and wonder what are the consequences of
such an architecture. I realize that they won't be able to enforce
referential integrity, but I am also curious about other negative affects.
If this database were to be upsized to SQL Server, what other consequences
might they experience?
Thanks in advance.
doesn't have any table relationships defined. The tables do, however,
include primary keys and indicies.
I've never seen a situation before and wonder what are the consequences of
such an architecture. I realize that they won't be able to enforce
referential integrity, but I am also curious about other negative affects.
If this database were to be upsized to SQL Server, what other consequences
might they experience?
Thanks in advance.