sachin shukla
12-25-01, 04:32
| I have to write a program for data migration between two sybase databases. BCP is very slow. Can U suggest something better. |
View Full Version : any better option than BCP
| I have to write a program for data migration between two sybase databases. BCP is very slow. Can U suggest something better. |
| Just drop the indexes on the table that you are loading. BCP will then go into "fast bcp" mode and it should build much quicker. Then just rebuild the indexes. If you have a clustered index, use the "with sorted data" option. Frank |