What Happens To a Query If It Times Out?

前端 未结 5 596
广开言路
广开言路 2020-12-16 15:34

Let\'s say I have a query that is sent to my SQL-Server database, it takes more than 30 seconds, and my program throws an SQL Query Timeout exception. Is the query still ch

5条回答
  •  情话喂你
    2020-12-16 16:24

    If you get a SQL timeout then SQL has stopped, however web applications can time out and the SQL query can continue.

提交回复
热议问题