寻找为表中的数据生成 INSERT 语句的应用程序

发布于 2024-07-15 00:09:23 字数 138 浏览 4 评论 0原文

正在寻找一个应用程序,允许我连接到 SQL Server,选择任意数量的表,然后为这些表中包含的数据生成 INSERT 语句。

有人知道这样的应用程序吗? 最好是免费软件,但商业版本也可能很有趣。

谢谢, 布鲁斯

Looking for an application that allows me to connect to an SQL Server, select any number of tables, and then generate INSERT statements for the data contained in these tables.

Anyone knows of such an app? Preferably freeware but commercial versions could be interesting as well.

Thanks,
Bruce

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

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

发布评论

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

评论(4

迷离° 2024-07-22 00:09:28

EMS DB Extract for SQL Server 产品是商业产品,您必须检查他们的网站定价,将使用选定表中的数据的 INSERT 语句创建 SQL 脚本。

当然,该软件会做更多的事情,但它也会做你想做的事。

The EMS DB Extract for SQL Server product is commercial and you'd have to check their site for pricing, will create SQL scripts with INSERT statements of data from selected tables.

Of course the software will do much more, but it will also do what you want.

傲娇萝莉攻 2024-07-22 00:09:27

尝试SSMS 工具包。 它是免费的,并且对 Sql Server Management Studio 具有许多其他增强功能。

Try SSMS Tools Pack. It's free and has many other enhancements for Sql Server Management Studio.

捶死心动 2024-07-22 00:09:26

这是一个有趣的SPROC,看起来它会做你想做的事情。

Here's an interesting SPROC that seems like it would do what you want.

梦旅人picnic 2024-07-22 00:09:26

您可能需要查看 Microsoft SQL Server 数据库发布向导 1.1 (http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en)。 从描述来看:

SQL Server 数据库发布向导允许将 SQL Server 数据库部署到 SQL Server 2000 或 2005 服务器上的托管环境中。 它生成一个 SQL 脚本文件,可用于在共享托管环境中重新创建数据库(架构和数据),其中与服务器的唯一连接是通过带有脚本执行窗口的基于 Web 的控制面板。

You may want to take a look at Microsoft SQL Server Database Publishing Wizard 1.1 (http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en). From the description:

SQL Server Database Publishing Wizard enables the deployment of SQL Server databases into a hosted environment on either a SQL Server 2000 or 2005 server. It generates a single SQL script file which can be used to recreate a database (both schema and data) in a shared hosting environment where the only connectivity to a server is through a web-based control panel with a script execution window.

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