Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ValterBorges
Master Smack Fu Yak Hacker
1429 Posts |
Posted - 2001-10-19 : 14:25:34
|
| Hello all.I'm looking for the best way to inforce referencial integrity for a table whichmight contain data from two separate look up tables.heres the setupRequestItems*ItemIDTools*ToolIDParts*PartIDI want to make sure that ItemID is either an id from the Tools Table or the Parts TableNow I'm considering using triggers but i'm wondering if there is a better simpler way.Thanks |
|
|
|
|
|