Microsoft SQL Server vs. SQL Server Management Stu

2019-04-19 20:02发布

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?

2条回答
看我几分像从前
2楼-- · 2019-04-19 20:21

Credit to marc_s:

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

查看更多
Explosion°爆炸
3楼-- · 2019-04-19 20:42

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

查看更多
登录 后发表回答