sql - script data table content into insert statements using one command -
i have create script insert statement 1 table in database few times day.
it looks more or less this:
task -> generate scripts -> choose table -> choose data -> choose file name , ok
is there way automate this? have example bat file work , updates file newest version of database table.
you want dump data in table text file periodically? if so, using ssis package , scheduling job.
Comments
Post a Comment