如何映射数据库?
我通过 sqlmetal 工具创建了一个 *.dbml 文件,其中包含我的数据库 (MSSQL) 的图表。但是,我的数据库有 266 个表,如果我在 VS2008 中打开该文件并通过 PDF 导出它,我会得到一个糟糕的文档。打开该文件时VS2010将挂起。我需要映射这个数据库,因为我需要创建一个可以使用它的外部工具。 是否有一些常规方法来了解如何创建该数据库?我需要知道这些表如何连接在一起(关系),以便创建一个可以从中提取数据的工具。 或者,是否有其他工具可以读取 dbml 文件并可视化这些表之间的关系?
I've created a *.dbml file through sqlmetal tool, which contains a diagram of my database (MSSQL). But, my database has 266 tables and if I open that file in VS2008 and export it via PDF, I've got a terrible document. VS2010 will hung up when opening that file. I need to map this database because I need to create an external tool which will work with it.
Is there some conventional approach to learn how this database is created ? I need to know how are the tables connected together (relations) in order to create a tool which will extract data from them.
Or, Is there some other tool which can read dbml files and visualize relations between those tables ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
过一遍 dbml 可能不是一个好主意。建议:
Going over dbml is probably a bad idea. Suggestions: