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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -