开发者

Import / Export database data with SQL Server Management Studio

开发者 https://www.devze.com 2023-04-05 12:11 出处:网络
I would like to import / export data using SQL Server Management Studio. I 开发者_如何学JAVAwould like to get the data in the form of queries.

I would like to import / export data using SQL Server Management Studio. I 开发者_如何学JAVAwould like to get the data in the form of queries. Can it be done ?

Thanks.


Right click on database -> Tasks -> Generate Scripts...

when you get to "set scripting options", click "Advanced", then "type of data to script", change from "Schema only" to "Schema and Data" or "Data only".


Check out SSMS Tools Pack - it offers many things, one of them being a function to generate INSERT statements from your database tables.

0

精彩评论

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

关注公众号