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:

  1. using sql server object explorer pane, right click on table name, choose view data.

  2. at top of data pane label max rows combo box, choose all.

  3. click on scroll/script icon right of box , produce script of insert statements.

  4. the next icon right send statements straight file.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -