Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 2005 在Microsoft SQL Server Management Express中导出架构和数据_Sql Server 2005 - Fatal编程技术网

Sql server 2005 在Microsoft SQL Server Management Express中导出架构和数据

Sql server 2005 在Microsoft SQL Server Management Express中导出架构和数据,sql-server-2005,Sql Server 2005,如何在Microsoft SQL Server Management Express中导出数据库架构和数据?换句话说,给定一个数据库和数据,我想创建一个.sql脚本,该脚本将重新创建表结构和其中的数据。转到: \程序文件\Microsoft SQL Server\100\DTS\Binn 并运行: DTSWizard.exe 我的例子是: H:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSWizard.exe 仅此而已这在SQL Expr

如何在Microsoft SQL Server Management Express中导出数据库架构和数据?换句话说,给定一个数据库和数据,我想创建一个.sql脚本,该脚本将重新创建表结构和其中的数据。

转到: \程序文件\Microsoft SQL Server\100\DTS\Binn 并运行: DTSWizard.exe

我的例子是: H:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSWizard.exe


仅此而已

这在SQL Express工具中很难实现


如果您愿意查看其他工具,请从中查看。这是一个开源软件,可以将数据库和数据编写成一个脚本。

好提示,但我没有DTSWizard.exe文件夹,是因为我的版本是express edition吗?