BulkInserts without SQLBulkCopy
Does anyone know an alternate efficient way of doing bulk/batch inserts (from a DataSet/DataTable) into a database without using SQLBulkCopy and without using SQLDataAdpater object ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
danielPosted May 28, 2013, 4:31 AM
I should say this is fastest database I have see ever (it is columar). This is SQL and in the same time NON-SQL DB. Can be disk-only or RAM-only or mixed. Besides, it works on mac and linux, and can be used with other languages easy.
http://www.valentina-db.com
Sam HobbsPosted Feb 17, 2011, 6:50 PM
Al WilkersonPosted Feb 17, 2011, 5:19 PM
I am using one of VistaDB's proprietary Data Access model (DDA) that the company suggested, just have to remove indexes before insert and re-add them afterwards.
Not as fast as SQLBulkCopy, but appears nothing probably is.
Thanks
Suthish NairPosted Feb 17, 2011, 2:47 PM
Also read and post your query here, might get a better reply.
Al WilkersonPosted Feb 17, 2011, 10:04 AM
I don't believe there is another way, but just throwing the question out there. Thanks.
Mike GoldPosted Feb 16, 2011, 11:56 PM
Al WilkersonPosted Feb 16, 2011, 1:40 PM
Suthish NairPosted Feb 16, 2011, 12:48 PM