开发者

How to dump the script from sql server?

开发者 https://www.devze.com 2023-03-02 16:56 出处:网络
I would like to dump a script for all the tables in the database. I guess it can be d开发者_StackOverflow中文版one through

I would like to dump a script for all the tables in the database. I guess it can be d开发者_StackOverflow中文版one through

database->right-click->tasks->export Data

But I don't know how exactly to do this. Please help. I am looking for a script with CREATE TABLE command.


From SQL Server Management Studio, pick your database in Object Explorer and right-click, then Tasks > Generate Scripts and follow the wizard:

How to dump the script from sql server?

0

精彩评论

暂无评论...
验证码 换一张
取 消