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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -