正如我所理解的那样,当一个特殊资源信息数据库忙于处理另一个问题时,它就会陷入僵局,因为现在它非常忙.。 服务器“大多”从要求的资源中挑选出一个问题,以打破僵局,而忽略不计。
我有大约40个案例和后台Windows服务,所有这些都击中了同一个数据库。 我期望减少僵局,以便我能够增加我能够同时运行的镜子数量。
- Why can t SQL Server just enqueue the new query and run it when it has time and the resources are available? Most of what I m doing can wait a few seconds on occasion.
- Is there a way to set Transaction Isolation Level globally without having to specify it at the onset of each new connection/session?