- bcp (bulk copy) command-line utility
- Dynamic SQL (select "insert into items (" + items.* + ")")
- write a c# app to load the data into a dataset, then insert it into the new DB.
- Use the Import/Export Wizard.
Then I discovered the SqlBulkCopy class. In the .NET Framework 2.o and beyond, the SqlBulkCopy class gives bcp functionality in the managed code world. It made my life much easier.
No comments:
Post a Comment