How do i create a database diagram in MS Visual Studio 2015? There is no option to create one.
Add to project ADO.NET Entity Data model. which create .edmx
file and contains a tables with relation. More info MSDN.
It also install Entity framework.
Open Server explorer > Connection to Database. Select Microsoft SQL Server(you must be installed it first ), Server name=.; (or your PC name) and then choose your database schema.
If this is complicated to you,please watch this video :) Good luck