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.
我正在使用 SQL 适配器进行轮询......对于小记录,轮询是成功的......但是对于大记录,我收到以下错误..
带有 URL "" 的接收位置 "RcvSqlDataLoc" 正在关闭。详细信息:“已超出错误阈值。接收位置正在关闭。”。
尝试在长时间运行的事务执行时检查您的 SQL Server 管理控制台是否存在死锁。如果您不需要事务,则端口配置中有一个选项可以自动将会话包装在事务中。你可以试试把它关掉。