SQL Server CE 4 的数据库图表工具
尽管 VS2010 中有用于输入数据、针对 SQL CE4 数据库编写查询等的 GUI 工具,但似乎没有一种方法可以在图中可视化数据库。
所以我的问题是
A) 我是否错过了 VS2010 sql Server CE4 工具中的某些内容
b) 我可以使用 SMSS 绘制 SQL CE4 数据库图表吗?我已经尝试过,但它不允许打开数据库。有可用的插件吗?
谢谢。
Although there are GUI tools in VS2010 for entering data, writing queries etc against a SQL CE4 db, there doesn't appear to be a way to visualise the database in a digram.
So my Questions are
A) Have i missed something in VS2010 tools for sql Server CE4
b) Can i use SMSS to Diagram SQL CE4 databases. I've tried it but it wouldn't allow open the db. Is there a plugin available?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Microsoft 没有为 SQL Server Compact 4 提供图表工具,您可以尝试我的 VS 2010 加载项 http://sqlcetoolbox.codeplex.com (创建数据库图表)或来自 http://www.primeworks-mobile.com 的数据端口控制台
Microsoft does not supply a diagramming tool for SQL Server Compact 4, you could try my VS 2010 add-in http://sqlcetoolbox.codeplex.com (Create Database Graph) or the Data Port Console from http://www.primeworks-mobile.com
实际上,VS 中有一个用于 SQL CE 的图表工具,但很难找到。
我只在 VS 2012 预览版中尝试过此操作,但它可能适用于旧版本 - 请在评论中畅所欲言。
获取方法如下:
在“服务器资源管理器”中创建到 SQL CE 数据库的正常连接。 (没有可见的图表选项...)
然后右键单击表格 -> “显示表数据”...等待...
按 Ctrl-1。
TA-DA!!
或者,右键单击在带有表格数据的窗口中,然后从上下文菜单中选择“窗格”。 (我知道,“窗格”!?)
最后,从“窗格”子菜单中单击明显的选择 - “图表”。
就这样,你就有了。
Actually, there IS a diagramming tool for SQL CE right into VS, but it's hard to find.
I only tried this in VS 2012 Preview, but it might work in older versions - please speak up in the comments.
Here's how to get to it:
In 'server explorer' create a normal connection to the SQL CE database. (No diagramming options are visible...)
Then right-click a table -> "Show table data"... Wait for it...
Hit Ctrl-1.
TA-DA!!
Alternatively, Right-click in the window with the tabular data and choose "Pane" from the context menu. (I know, 'Pane' !?)
Finally, from the 'Pane' submenu click the obvious choice - "Diagram".
There you have it.
SDF Viewer 现在能够为 SQLCE 数据库创建数据库图表
SDF Viewer is now able to create database diagrams for SQLCE databases