寻找为表中的数据生成 INSERT 语句的应用程序
正在寻找一个应用程序,允许我连接到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
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.
尝试SSMS 工具包。 它是免费的,并且对 Sql Server Management Studio 具有许多其他增强功能。
Try SSMS Tools Pack. It's free and has many other enhancements for Sql Server Management Studio.
这是一个有趣的SPROC,看起来它会做你想做的事情。
Here's an interesting SPROC that seems like it would do what you want.
您可能需要查看 Microsoft SQL Server 数据库发布向导 1.1 (http://www.microsoft.com/downloads/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en)。 从描述来看:
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: