Assuming that the Schema of my database is normalized and complete.. I would like to be able to do the following:
query sysobjects or a sysview that when given the name of 2 tables would return all tables between the two tables via relationships. (I only want tables that are between the two entities... anything NOT on the critical path should not be included)
I know there has to be a way to do this, but my brain isn't working this morning.
Thanks for the help.... (If I figure this out in the interum before someone else, I'll post it -- I'm sure this wuold be helpful to the community)
Randall Vollen
National City Bank Corp.
query sysobjects or a sysview that when given the name of 2 tables would return all tables between the two tables via relationships. (I only want tables that are between the two entities... anything NOT on the critical path should not be included)
I know there has to be a way to do this, but my brain isn't working this morning.
Thanks for the help.... (If I figure this out in the interum before someone else, I'll post it -- I'm sure this wuold be helpful to the community)
Randall Vollen
National City Bank Corp.