Tuesday, March 20, 2012

Parallel Bulk Inserts

How can I launch 2 Bulk Insert commands in paralllel
(at the same time) from a VB program ?You can do this in a DTS package and script it to VBS, or just kick off the DTS package itself to do it.

HTH|||I'm trying to avoid using DTS packages
(for maintenance problem)|||You could always try and implement threading in VB :-)

Can be fun to do, but will take some effort.

No comments:

Post a Comment