Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-03-09 : 08:35:25
|
| Sreedharan writes "I have a problem of inserting bulk records ( 2mill) from a table into another table with 100 mill records. I am using stored proc in a DTS package. How to do it ? which command to choose and if there is any script readily avalable will be of help" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-03-09 : 08:49:19
|
| What is your problem?Why are you using an SP in DTS?Maybe simpler and faster to use bcp to extract and insert the data.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|