Do you already have create database in Sql Server? Which sql server will you be using exactly?
Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
SqlBulkCopy is probably the fastest (and fairly easy) method to use.
Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
Bulkcopy looks interesting. Can I get the data from Oracle and copy to Sql using this method?
As long as the data can be placed in a DataTable (which pretty much means any data at all) you can use SqlBulkCopy.
Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
Please mark this solved then :)
Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558