Formatting a database schema with SQL Server

Ok I was asked to create a schema for a database containing 20+ tables

I used the studio SQLServer Management to retrieve the database schema, but I can not export it to the word

If I copy it as a chart, the tables will be too small

Does anyone know how to extract a schema from a sql server database so that it is accessible to the project manager

+1
source share
3 answers

You can create several database diagrams, each of which contains a part of the diagram. Make them small enough to see.

+1
source

Visio, , , . .

+5

Another way is to simply take a screenshot of the database diagrams ...

0
source

All Articles