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.