开发者

backing up sql database from microsoft sql server

开发者 https://www.devze.com 2023-01-30 22:26 出处:网络
i just want to ask if how can i backup my database from sql server 2005 using sql server management studio express? i want a backup it using sql 开发者_如何学Cfile (.sql and not .bak or .mdf) from cre

i just want to ask if how can i backup my database from sql server 2005 using sql server management studio express? i want a backup it using sql 开发者_如何学Cfile (.sql and not .bak or .mdf) from creating database (if not exist), tables and even the records on the table..thanks in advance :)


This is not possible with one command. You can script single objects, but I'm not aware of a way to do this in SSMS. We use SQL Compare from redgate here - it's pretty great.

You can try powershell.

Docs here.

0

精彩评论

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