How to cancel a long-running Database operation?

前端 未结 11 957
臣服心动
臣服心动 2020-11-30 04:18

Currently working with Oracle, but will also need a solution for MS SQL.

I have a GUI that allows users to generate SQL that will be executed on the database. This

11条回答
  •  北海茫月
    2020-11-30 04:25

    I think the best solution seems to kill sessions via monitoring table.

    With Oracle you can make it as says Burnsys

    In Firebird 2.5 it will looks the same

    I hope something similar exist in Ms SQL

提交回复
热议问题