小编Izt*_*son的帖子

SQL Server 2014 Management Studio 不会记住自定义颜色

这是我正在使用的 SSMS 版本:

Microsoft SQL Server Management Studio 12.0.4100.1
Run Code Online (Sandbox Code Playgroud)

在以前的版本 (2008R2) 中,我能够为我的生产和 UAT 服务器设置自定义颜色,并且 SSMS 会记住我的设置。在较新版本(以上)中,我的“使用自定义颜色”设置不会独立记住每个服务器。无论我连接到哪个服务器,颜色始终是我选择的最后一个。

  • 连接到服务器
  • 服务器名称:xyz
  • 选项 >>
  • 连接属性选项卡
  • 使用自定义颜色:选择...

是否有解决此问题的方法,或者可能与我在本地安装 SSMS 有关系?

sql-server ssms

6
推荐指数
1
解决办法
648
查看次数

BackgroundWorker ReportProgress 无循环,仅进行长数据库操作

我有 .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:

  1. worker start async …

c# vb.net winforms

5
推荐指数
1
解决办法
2179
查看次数

标签 统计

c# ×1

sql-server ×1

ssms ×1

vb.net ×1

winforms ×1