entity relationship - SQL Server to er model -
Is there a program that converts a SQL Server database diagram into an AR model, or a database from the SQL Server server Makes AR model?
Within SQL Server, there is a "database diagram" feature in each database in Management Studio.
You can create a new diagram with it, and include all (or some) of your table, which shows where the relationships are, and what the tables are.
Comments
Post a Comment