SSMS (how to see connections of a table)

  • Hello all

    I hope everyone's ok, safe and healthy

    I need to see the connections of a particular table, i mean, which tables is this one connected to, in SS Management Studio?

    I believe i only have read permissions....

    Thanks a lot all

    Best regards

    • This topic was modified 3 years, 2 months ago by pedroccamara.
    1. you are connected to a database !
    2. You specify a table or view in a query
    3. Via SSMS Object browser, you can rightclick and generate "select" or "edit" for a table

      2022-07-07 14_20_30-Object Explorer Details - Microsoft SQL Server Management Studio

    4. On a given query panel, hover over its top tab and it will show the connection information

      2022-07-07 14_22_06-SQLQuery1.sql

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • I'm so sorry.

    I didn't explain myself very good.

    I need to see the connections between tables.

    Is it possible?

  • pedroccamara wrote:

    I'm so sorry.

    I didn't explain myself very good. I need to see the connections between tables.

    Is it possible?

    In Object Explorer, right click on any table and select 'View Dependencies'


  • Keep in mind, to be able to see the tables relationships, you need to be granted "View Definition" at database level

    GRANT view definition TO [youraccount/group]

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • Thank you very much for your answer @Phil and @Johan

    I should search more before this question....which i did.....in google. Wrong place!

    I promise next time i will search better

    Thank you so much

    Take care and be safe

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply