Can you tell me how I can generate an ER diagram for my database1 (see below) created with VS 2015
Thanks in advance
After installation, ER models can be created in . erd files. Use the New Sample ER Model command in the Command Palette or refer to the example below to get started with a basic model.
You can also import your own database to streamline ERD creation. LucidChart has plenty of collaboration options so you can work on the diagram with your teammates collectively (with features like sticky notes, comments, and mentions).
Ensure you installed either Microsoft SQL Server Data Tools or Microsoft Web Developer Tools in order to get the Entity Data Model Designer.
These are the steps to generate entity relationship diagram. It was tested in VS2012
Visual Studio
Add
-> New Item…
“Data”
“ADO.NET Entity Data Model”
“Add”
“Generate from database”
or “Empty model”
“Generate from database”
selected enter connection
info, choose the database objects and done!The model is stored as a “.edmx”
file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With