简体   繁体   English

SQL Server 2005,将表导出到插入查询

[英]SQL Server 2005, export table into inserts query

I'm not able to find in SQL Server 2005 the utility that phpmyadmin has for exporting tables. 我在SQL Server 2005中找不到phpmyadmin用于导出表的实用程序。

I need a way to dump all info a table contains in a query with all the instert into in it. 我需要一种方法来转储表中包含所有instert的查询中包含的所有信息。

How can I do that with SQL Server 2005? 如何使用SQL Server 2005做到这一点?

使用Database publishing wizard工具,可以在SQL Server安装目录下找到它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM