SQL Server知识总结及常用命令

本文介绍了一种简单的方法来导出数据库中的所有表定义(DDL)。通过数据库右键菜单中的任务选项,可以快速生成用于重建整个数据库结构的脚本。此外,还推荐了一个免费工具SSMS Tools Pack,它能够帮助重建数据库中的数据。
摘要由CSDN通过智能技术生成

1、获得表或者数据库的ddl

有的时候想把某个表的ddl导出,方法如下:选中表,点击右键,选择“Script Table as”-》“Create To”,选中文件或者剪贴板,当然还有一些别的选项。

如果想把一个数据库里的表都导出,有一个便利的方法:

Right-click on the Database, select Tasks and then Generate Scripts, which will launch the Script Wizard. This allows you to generate a single script that can recreate the full database including table/indexes & constraints/stored procedures/functions/users/etc. There are a multitude of options that you can configure to customise the output, but most of it is self explanatory.

If you are happy with the default options, you can do the whole job in a matter of seconds.

If you want to recreate the data in the database (as a series of INSERTS) I'd also recommend SSMS Tools Pack (Free).

http://stackoverflow.com/questions/5771047/create-sql-script-that-create-database-and-tables



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值