I need to create a INSERT script in order to insert in another database the same data. If in SQL Server I select \"Script table as > INSERT To\" I can easily recreate t
use the INSERT INTO ... SELECT format:
http://blog.sqlauthority.com/2007/08/15/sql-server-insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/