I want to insert thousands of records into a Sybase database. Is there any good tool available to help me manage bulk inserts with .NET?
The records come in as an XML message to my web service. In the web service I need to load these records into a Sybase database and send load status back.
I did something like that, and it helped reduce load time significantly,