Export table data from one SQL Server to another
问题 I have two SQL Servers (both 2005 version). I want to migrate several tables from one to another. I have tried: On source server I have right clicked on the database, selected Tasks/Generate scripts . The problem is that under Table/View options there is no Script data option. Then I used Script Table As/Create script to generate SQL files in order to create the tables on my destination server. But I still need all the data. Then I tried using: SELECT * INTO [destination server].[destination