sql - How to generate select or insert script of table using SSDT in Visual Studio -
is possible generate select or insert script of 1 table using ssdt in visual studio 2013?
i came across entry hoping answer question: how script out data in table? i've used ssms in past generate insert statements load data table.
these steps in vs 2013/ssdt 2014:
using sql server object explorer pane, right click on table name, choose
view data
.at top of data pane label
max rows
combo box, chooseall
.click on scroll/script icon right of box , produce script of insert statements.
the next icon right send statements straight file.
Comments
Post a Comment