Stop SQL query execution from .net Code
I’m executing one stored procedure from the ‘.net’ code. Since there is a lot of data, it is taking too much time to execute. Is there any way to stop this execution from the c# code?
I’m executing one stored procedure from the ‘.net’ code. Since there is a lot of data, it is taking too much time to execute. Is there any way to stop this execution from the c# code?
I wrote a program in IDLE to tokenize text files and it starts to tokeniza 349 text files! How can I stop it? How can I stop a running Python program?