How to migrate large amounts of data from old database to new

Posted by adam0101 on Stack Overflow See other posts from Stack Overflow or by adam0101
Published on 2010-03-24T15:51:25Z Indexed on 2010/03/24 15:53 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

I need to move a huge amount of data from a couple tables in an old database to a couple different tables in a new database. The databases are SQL Server 2005 and are on the same box and sql server instance. I was told that if I try to do it all in one shot that the transaction log would fill up. Is there a way to disable the transaction log per table? If not, what is a good method for doing this? Would a cursor do it? This is just a one-time conversion.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server