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
If you get a SQL timeout then SQL has stopped, however web applications can time out and the SQL query can continue.