I have a medical database with 200 plus tables (lots of code lookup tables).
During design I must have forgot to create referential integrity on one and only found out about it by chance.
How could you through code debug print all the tables that do not have any relationships set up?
Thanks in advance
Jonathan
During design I must have forgot to create referential integrity on one and only found out about it by chance.
How could you through code debug print all the tables that do not have any relationships set up?
Thanks in advance
Jonathan