Tagged Questions

4
votes
1answer
657 views

What happens if you kill a long-running alter query?

What happens if you kill a long-running alter query? Will the alter query simply revert? How long could that take (as a proportion of the time it has already been running)? What if that query is ...
2
votes
6answers
4k views

SQL Server: Kill Process using Stored Procedure

I want to modify the following as it doesn't seem to kill processes - I think its supposed to disconnect users (is this the same?). I want to be able to kill all process for a particular database - ...
0
votes
0answers
23 views

Kill either inBackground method or kill a running query - Android

I am performing a auto search functionality, In edit text i enter a letter 'a' , it starts query for searching letter 'a' from db. When the search is going on, i type the next letter 'l' . The query ...