Database Azure Database Chart Tool

I need to use the database creation chart function in SQL azure, including a full description of database tables and columns with keys, data types, and relationships.

What is the best way to create a chart with tables, columns, keys, data types and relationships as database charts does not seem to be available?

+4
source share
1 answer

SQL Azure DB does not support diagrams in the same way as regular SQL servers. If you look at workarounds or third-party tools, for example, install SSDT, pull your model down, expand it on the local "normal" dev server, create a diagram there or Viso, Powerpoint, dbForge, Erwin, RedGate, Apex, etc. .... paper and pencil, etc.

+2
source

Source: https://habr.com/ru/post/1624283/


All Articles