Search code examples
c#sqlsql-servervisual-studio-2015database-tools

How to create a database diagram for SQL Server in Visual Studio 2015?


I need to make a Visual Studio application that connects to a database in SQL Server, and I've seen a lot of people use the "create database diagram" for this, but the option doesn't appear in my Visual studio.

The option to create a diagram should be between the Database name ("Tienda") and Tables, but it isn't there.


Solution

  • This feature was removed as of VS 2013

    https://msdn.microsoft.com/en-us/library/y5a4ezk9.aspx