Visual Studio 2019完全冻结到数据流量水平

发布于 2025-02-07 08:47:36 字数 104 浏览 2 评论 0 原文

我已经检查了“打开软件包时跳过验证”,因此在打开软件包时不会冻结,但是在数据流量级别时,它开始验证连接并冻结。我会把它归因于它是一个很大的数据库,但是在其他机器上,它可以毫无疑问。你们有建议吗?

I've checked "Skip validation when opening a package" so when opening a package it doesn't freeze, but when going down to data flow level, it starts validating the connection and freezes. I would chalk it up to it being a big database, but on other machines, it works without a hitch. Do you guys have any advice?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

拥抱我好吗 2025-02-14 08:47:36

进入数据流时,我也遇到了这个问题。我在VS 2019 16.11和SSIS 3.16(不是预览4.0)上。我将延迟效果更改为数据流和项目上的真实性,它解决了我的问题。

”在此处输入图像说明”

I too was having this issue when going into a data flow. I am on VS 2019 16.11 and SSIS 3.16 (not Preview 4.0). I changed the DelayValidation to True on the Data Flow and the project, and it resolved my issue.

enter image description here

enter image description here

孤蝉 2025-02-14 08:47:36

检查您的个人连接,您可能还需要将延迟验证设置为TRUE在连接上。

Check your individual connections, you might need to set delay validation to true on the connections too.

Update Connections

旧伤还要旧人安 2025-02-14 08:47:36

我将Visual Studio 2019更新为最新版本,并解决了问题!

I Updated My Visual Studio 2019 to latest version and Problem Solved!

杯别 2025-02-14 08:47:36

I tried changing the DelayValidation to True but it did not work so I tested updating Visual Studio, but no.
Then I came over this issue:
https://developercommunity.visualstudio.com/t/ssis-crashing-on-dataflow-open/415794
So I tested to move the Visual Studio window from the external screen to the laptop screen and it worked at once and continued to work even when I moved it back to the external screen!
Then I tried to set DelayValidation to False again, and it stopped working.
So I would say that setting DelayValidation to True really is the way to go, but sometimes, if you use an external monitor with a laptop, you have to move Visual Studio to the laptop screen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文