1

我在 Microsoft Visio 中做了一个数据库图,但我不知道如何将它导入到 Sql Server 2005?

顺便问一下,您认为可以用来制作数据库图表的最佳工具是哪个,并且允许您将其导入 Sql Server?

4

2 回答 2

2

A similar thread is here: http://www.linkedin.com/answers/technology/software-development/TCH_SFT/291114-19420164?browseCategory=TCH_SFT

Reproduced here:

So long as you have the Enterprise Architecture version of Visio, all you have to do is click: Database -> Generate.

From there you can generate the DDL and even create a new database.

Once you have the DDL you will have to use a query window to open the file and then so long as you have access to create a new schema and tables, etc... you can create your new database.

In my openion Microsoft Visio is the best which works with Microsoft SQL Server.

于 2009-05-11T14:22:14.657 回答
0

i'm not 100% sure you can import database diagrams from vision into sql server 2005

sql server 2005 has a neat built-in database diagram tool that actually builds the tables and relationships as you build them in the diagram.

于 2009-05-11T14:21:28.510 回答