基于Visio数据模型在SQL Server中创建数据库

发布于 2024-07-04 19:02:56 字数 209 浏览 8 评论 0原文

我在 Visio Professional (2003) 中创建了一个数据库模型。 我知道企业版能够根据Visio中的数据在SQL Server中创建数据库。 我没有安装 Enterprise 的选项。 除了一次遍历一个表和关系并从头开始手动创建整个数据库之外,任何人都可以推荐任何工具/实用程序/方法来将 visio 数据库模型转换为可用于创建的 SQL 脚本SQL Server 中的新数据库?

I have created a database model in Visio Professional (2003). I know that the Enterprise version has the ability to create a DB in SQL Server based on the data in Visio. I do not have the option to install Enterprise. Aside from going through the entire thing one table and relationship at a time and creating the whole database from scratch, by hand, can anyone recommend any tool/utility/method for converting the visio database model into a SQL Script that can be used to create a new DB in SQL Server?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

埋情葬爱 2024-07-11 19:02:56

我还没有这样做,但就这样了。

  1. 将 Visio 文件转换为 Visio XML 格式。
  2. 使用 Dia for WindowsDia VDX 插件,用于将 Visio XML 转换为 Dia。
  3. 使用 tedia2sql 生成 SQL。

I have not done this, but here it goes.

  1. Convert Visio file to Visio XML format.
  2. Use Dia for Windows and Dia VDX plug-in to convert Visio XML into Dia.
  3. Use tedia2sql to generate SQL.
梦中楼上月下 2024-07-11 19:02:56

对于 visio 2010,有一个不错的插件 Visio Forward Engineer:

http://forwardengineer.codeplex.com/

插件向 Visio 又添加了一个选项卡

For visio 2010 there is nice plugin Visio Forward Engineer:

http://forwardengineer.codeplex.com/

Plugin adds one more tab to Visio

风筝有风,海豚有海 2024-07-11 19:02:56

如果您可以以某种方式从企业版本获取类型库,则可以使用 VBA 来获取定义。 VS 2002 和 VS 2003 的二手企业架构师版本可以从 eBay 上以几百美元买到。

If you can somehow obtain the type library from the enterprise version you can use VBA to get out the definitions. Secondhand enterprise architect versions of VS 2002 and VS 2003 can be brought from ebay for a few hundred dollars.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文