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 the skeleton for the INSERT statement. However since I have several records to migrate, I would prefer to avoid having to insert the values manually.
Therefore is there any way to "automatically" get the INSERT script with also the values (coming from the target table) filled in?
I know this could be done with SSIS, but I am wondering whether it would be possible as well with a quicker solution.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…