Visual Studio 2012 Database Diagram?

前端 未结 3 2105
滥情空心
滥情空心 2021-02-07 05:46

I have done very little in C# and am following the Head First C# book. There\'s a part in the book where it asks me to create a Database Diagram for my SQL database, but in the

3条回答
  •  抹茶落季
    2021-02-07 06:17

    Give SQL Server Management Studio a try. It has a table diagram tool. Here's the express edition (SQL Server 2008 Express): http://www.microsoft.com/en-us/download/details.aspx?id=7593

    You can find it for 2012 SP1 here, as well: http://microsoft.com/en-us/download/details.aspx?id=35579

提交回复
热议问题