简体   繁体   English

SQL SERVER to DATA FACTORY 数据库的请求限制为 120 并且已达到

[英]SQL SERVER to DATA FACTORY the request limit for the database is 120 and has been reached

I have an SQL server database linked to azure data factory.我有一个 SQL 服务器数据库链接到 azure 数据工厂。 when I sometimes run a query on a table.当我有时在表上运行查询时。 I get the following pop up error message, but the table still runs.我收到以下弹出错误消息,但表仍在运行。

error unable to apply connection settings the detailed error message is resource id...the request limit for the database is 120 and has been reached错误无法应用连接设置详细的错误消息是资源 ID...数据库的请求限制为 120 并且已达到

I fixed it by going into data factory → pipeline → copy data object → source tab, and changing the 120-seconds timeout limit to 240 seconds.我通过进入数据工厂 → 管道 → 复制数据 object → 源选项卡来修复它,并将 120 秒超时限制更改为 240 秒。

It all depends on the performance of your query.这完全取决于查询的性能。 You can first check for any performance improvements and then if that doesn't solve the problem then you can try increasing the tier as mentioned here您可以首先检查任何性能改进,然后如果这不能解决问题,那么您可以尝试增加层级,如此所述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SQL 服务器 - 内部错误:已达到表达式服务限制 - SQL Server - Internal error: An expression services limit has been reached 数据库的请求限制为30且已达到:此错误的请求计数的状态是多少? - The request limit for the database is 30 and has been reached: which statuses of request count for this error? 如果已达到数据库的最大限制,sql异常错误号是多少? - What's the sql exception error number if the maximum limit of the database has been reached 数据驱动订阅,仅当达到数据库值时 - Data Driven Subscription, only when a database value has been reached ASP.NET-填写字段并单击按钮后,将数据插入SQL Server数据库吗? - ASP.NET - Insert data into an SQL server database when a field has been filled in and a button clicked? 检查是否在远程SQL Server上创建了新数据库 - Check if new Database has been created on remote SQL Server SQL Server 2012:一种查看数据库是否已被篡改的方法? - SQL Server 2012: A way to see if the database has been tampered with? 如何检测到SQL Server数据库已还原 - How to detect a SQL Server database has been restored 已由Management Studio分离的Powershell附加sql服务器数据库 - powershell attach sql server database that has been detached by management studio Azure SQL 服务器错误:弹性池已达到其存储限制。 弹性池的存储使用量不能超过 (204800) - Azure SQL Server Error : The elastic pool has reached its storage limit. The storage usage for the elastic pool cannot exceed (204800)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM