How to export data from SQL Server 2008.2010 in DML (SQL script)?

前端 未结 4 1468
长情又很酷
长情又很酷 2021-01-04 03:13

Is there a tool or special query to do that. I\'m not an database administrator.

4条回答
  •  萌比男神i
    2021-01-04 03:48

    to what format? are you only referring to 1 table or the whole database?

    if you are exporting to an excel file from 1 table then all you have to do is run a sql query statement to display all records then highlight all rows thru clicking on the top most right space of the grid and right click copy with column headers.

    open excel and paste.

    should be good to go.

提交回复
热议问题