sql - To find a table related to others table -
i getting problem in finding tables related 1 table in same or different db.
thanks smruti.
relations between tables can defined in foreign keys. without these, 2 tables can not connected implicitly. things udfs in check constraints not count: opaque.
foreign keys exist in same database too. there should no related tables in database anyway: if have, can never transactionally consistent , can never relied upon have same data.
in sql server 2005+ can use this msdn article explain how works. there no single answer or query use.
Comments
Post a Comment