Home > Database > Mysql Tutorial > body text

SQLserver 2008将数据导出到Sql脚本文件的方法

WBOY
Release: 2016-06-07 18:05:11
Original
1510 people have browsed it

大家都知道使用SQL的企业管理器可以导出SQL脚本,但导不出SQL的数据到脚本中,目前SQL2008有这个功能了。

请看下面的操作图解。

1.使用Sql Server Management Studio 2008 连接数据库。

2.选中要导出数据的数据库节点,点鼠标右键,在菜单中选择“任务”->“生成脚本”,如图:

3。在弹出的界面中,点2次“下一步”进入如图界面中,把“编写数据的脚步”置为true。

4。其它的操作点“下一步”即可。下图是最后生成的Sql脚本:

注意:这里一定要使用Sql Server Management Studio 2008,其它版本不行。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template