Copy huge tables data from one database to another in SQL Server.
Posted
by Narasimhulu
on Stack Overflow
See other posts from Stack Overflow
or by Narasimhulu
Published on 2010-03-12T10:19:56Z
Indexed on
2010/03/12
10:27 UTC
Read the original article
Hit count: 135
sql-server
I have two database say DB_A and DB_B. In DB_A database, table having huge data (few tables are having 2 to 10 million data). I want to move the all table data from DB_A to DB_B database. Please help me on writing stored procedures to move efficiently (fast) the data from one database to another.
© Stack Overflow or respective owner