从数据库架构中获取 XML 架构(SQL Server 2008 图表)
Get XML schema from database schema (SQL Server 2008 diagram)
我使用的是 SQL Server 2008.他们是在 SQL Studio 企业管理器中执行此操作的一种方法吗?
I am using SQL Server 2008. Is their is a way to do this in the SQL studio enterprise manager?
而不是编写代码或使用外部工具>
SQL Server Management Studio 不提供执行此操作的方法.
SQL Server Management studio doesn't provide a way to do this.
将以下内容粘贴到代码窗口中可以让您接近:
Pasting the following into a code window gives you something close:
select * from INFORMATION_SCHEMA.COLUMNS for xml auto
否则,答案是否定的,必须编写代码或使用外部工具.
Failing that, the answer is no, not without writing code or using an external tool.
这篇关于从数据库架构中获取 XML 架构(SQL Server 2008 图表)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
我可以在不编写 SQL 查询的情况下找出数据库列表Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不编写 SQL 查询的情况下
如何创建对 SQL Server 实例的登录?How to create a login to a SQL Server instance?(如何创建对 SQL Server 实例的登录?)
如何通过注册表搜索知道SQL Server的版本和版本How to know the version and edition of SQL Server through registry search(如何通过注册表搜索知道SQL Server的版本和版本)
为什么会出现“数据类型转换错误"?使用 ExWhy do I get a quot;data type conversion errorquot; with ExecuteNonQuery()?(为什么会出现“数据类型转换错误?使用 ExecuteNonQuery()?)
如何将 DataGridView 中的图像显示到 PictureBox?How to show an image from a DataGridView to a PictureBox?(如何将 DataGridView 中的图像显示到 PictureBox?)
WinForms 应用程序设计——将文档从 SQL Server 移动WinForms application design - moving documents from SQL Server to file storage(WinForms 应用程序设计——将文档从 SQL Server 移动到文件存