Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
My Application is freeze When I Insert Bulk data in SQL Server I Want to use progress bar Shows to user that Process is done
Posted
Comments
DamithSL 27-Apr-14 6:32am    
code please

1 solution

Batch your bulk inserts and use Task if you are on .net4 to do the command in the background.

You can also use BackgroundWorker http://msdn.microsoft.com/en-us/library/cc221403%28v=vs.95%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900