how i copy bulk(1lk,2lk and more) data from files like txt,fphod ect to sql table without more time i use bulk copy option in c# but it require more time when data is 1 crore or around
Is there another option to insert data faster?
Loading

Chetan KumarPosted Oct 22, 2012, 7:30 AM
Its better to go with SSIS package for importing bulk data its much faster.