Importing Tables
What is the best way to import and export a single SQL Server table to another instance of SQL Server? TSV, CSV Text files works well for the smaller tables, but not so much for the larger ones. I cannot backup the entire database due to environment.
Algo RhythmPosted Jan 20, 2010, 12:49 AM
Lalit MPosted Jan 20, 2010, 12:02 AM
http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/
Bryian TanPosted Jan 19, 2010, 5:21 PM
I'm not sure how big is your table but mine is just like 4 millions. I use SQL Server Integration Service (SSIS).
Thanks,
Bryian Tan