I need to find all tables which has a join (either inside an sp, view, etc)
with my given table in a db.
sys.dm_sql_referencing_entities doesnt help here.
Note: i dont want to identify by FK References, for 2 reasons:
1) tables might not met with a join (just FK was defined)
2) sometimes, a join happened between tables, without an FK defined
Always appreciating your helps.
-Muhamed