-->

Microsoft SQL Server vs. SQL Server Management Stu

2019-04-19 19:44发布

问题:

What is the difference between Microsoft SQL Server and SQL Server Management Studio (SSMS) and how can I integrate SSMS in Visual Studio 2012 so I can use database diagrams?

回答1:

Credit to marc_s:

SQL Server = database engine; SQL Server Management Studio = GUI Administration Tool for working against the SQL Server engine



回答2:

It seems like Microsoft is trying to make SSMS look like Visual Studio, but there is still no integration. Use the Entity Framework 6.0 within Visual Studio 2012 to generate those diagrams for you.

Download here: Entity Framework 6.0