使用C#在SQL Server中批量插入数据 [英] bulk insert data in SQL Server useing C#

查看:594
本文介绍了使用C#在SQL Server中批量插入数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在SQL Server中插入批量数据时,我的应用程序冻结我想要使用进度条向用户显示进程已完成

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

推荐答案

批量批量插入和使用任务如果你在.net4上在后台执行命令。



您也可以使用 BackgroundWorker http:/ /msdn.microsoft.com/en-us/library/cc221403%28v=vs.95%29.aspx [ ^ ]
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[^]


这篇关于使用C#在SQL Server中批量插入数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆