Azure Sql request limit reached although the number of connections is well below the resource limit

前端 未结 3 990
自闭症患者
自闭症患者 2021-01-17 16:28

We have a few Java applications that use a common Azure Sql database through JDBC. Each application has a pool of connections to that database. The number of connections in

3条回答
  •  感动是毒
    2021-01-17 17:03

    Sql DB supports altering the Max DOP settings. You can change it by ALTER DATABASE SCOPED CONFIGURATION T-SQL https://msdn.microsoft.com/en-us/library/mt629158.aspx

提交回复
热议问题