这是我正在使用的 SSMS 版本:
Microsoft SQL Server Management Studio 12.0.4100.1
Run Code Online (Sandbox Code Playgroud)
在以前的版本 (2008R2) 中,我能够为我的生产和 UAT 服务器设置自定义颜色,并且 SSMS 会记住我的设置。在较新版本(以上)中,我的“使用自定义颜色”设置不会独立记住每个服务器。无论我连接到哪个服务器,颜色始终是我选择的最后一个。
是否有解决此问题的方法,或者可能与我在本地安装 SSMS 有关系?
我有 .NET 4.5 Windows 窗体应用程序,其中一种方法需要一段时间才能完成(它是一个 BulkCopy 函数,会加载大量数据并推送到 SQL 中)。
I would like to use a BackgroundWorker and ReportProgress so the user will know that there is something going on. I made a few applications that use this but all of them are in some kind of a loop when the BackgroundWorker is doing work and I can easily ReportProgress inside each loop step.
Here I have a problem because there is no loop, code steps would be: