Home > Database > Mysql Tutorial > body text

SQLServer数据库表架构和数据保存成sql文件

WBOY
Release: 2016-06-07 17:49:27
Original
1078 people have browsed it

使用mysql数据库的朋友可能会经常把数据库文件导出成sql文件,但是SQLServer可不可以导出sql文件呢,答案是肯定的下面来看步骤。

一、先在你的mssql数据库中点击“数据库–>任务–>生成脚本”

 

二、然后我们会看到有“生成和发布脚本”窗口 下一步

 

三、选择要编写脚本的数据库对象,全部导出选第一个,如果你想导出部分数据勾选    第二个就好了


四、然后在出现的”高级”按钮 如图

 

五、最后对要 ”要编写脚本的数据的类型”对应:”架构和数据” 就导出成功了。


友情提示

我这里用的SQLServer2008,其它版本应该差不多。

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