您的位置:首页 > 数据库

Generate sql script using sql server publishing wizard

2012-01-25 17:53 288 查看
/*by Jiangong SUN*/

Here i want to introduce how to generate sql sripts of database and there are several steps.

1) find out the publishing wizard path

It's here : "$windows$\Program Files\Microsoft SQL Server\90\Tools\Publishing\$version$\SqlPubWiz.exe"

2) launch executable and connect to the server



3) select database



4) export objects



5) select tables



6) specify export path



Here it is.

Enjoy coding !
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: