Get SQL Server schema via a SQL query?

后端 未结 3 2076
[愿得一人]
[愿得一人] 2021-02-19 05:33

I\'ve inherited a clunky and horribly un-documented site from a bad developer and am trying to get a look at the database schema. Unfortunately the web host is the worst I\'ve e

3条回答
  •  猫巷女王i
    2021-02-19 06:20

    SchemaSpy http://schemaspy.sourceforge.net/ is a great tool for analyzing existing databases. It generates html lists of table and constraints as well as a graphical representation of relationships

提交回复
热议问题