基于Visio数据模型在SQL Server中创建数据库
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我还没有这样做,但就这样了。
I have not done this, but here it goes.
对于 visio 2010,有一个不错的插件 Visio Forward Engineer:
http://forwardengineer.codeplex.com/
For visio 2010 there is nice plugin Visio Forward Engineer:
http://forwardengineer.codeplex.com/
如果您可以以某种方式从企业版本获取类型库,则可以使用 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.