atricapilla
atricapilla

Reputation: 2630

SQL Server: tools to show relations

I have an access to SQL Server database to query data using views (I don't have access to tables). I don't have a description about the views. What tools can I use to view dependenices and relations between views (common id columns, 1-N relations etc.)?

Upvotes: 1

Views: 340

Answers (1)

AdaTheDev
AdaTheDev

Reputation: 147224

There's some great tools from Atlantis UK which are now free, including Schema Surf. Check it out.

Upvotes: 3

Related Questions