Migrating Data to MSSQL 2008

Posted by Fred Clown on Stack Overflow See other posts from Stack Overflow or by Fred Clown
Published on 2010-05-24T22:40:53Z Indexed on 2010/05/25 4:41 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

I am trying to migrate data from an Informix database to MSSQL 2008. I've got quite a lot of data to move. I've been try multiple methods to get the data over, and so far SQLBulkCopy in multiple chunks seems to be the fastest that I can find. Does anyone know of a faster means of getting the data over? I'm trying to cut down on the transfer time so that on my cut-over date I don't run out of time to do the full cut-over. Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET