Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个存储过程,它在不同的表中有超过 100K 的记录。完成任务需要 4-5 分钟。直到 4-5 分钟用户不知道应用程序中发生了什么。请帮助我如何显示存储过程的进度。如何从 SQL Server 获取进度状态。
除了 Steve 发表的评论,尝试使用Back Ground Worker类并报告进度并使 UI 更具响应性。