cancel
Showing results for 
Search instead for 
Did you mean: 

how to stop running sql on database

SAPSupport
Employee
Employee
0 Kudos
68

Hello,


We are running a clean up script for the upcoming release which will process 5 million records.


In case we need to stop the script in mid-execution or terminate the process, would that be possible? 


Thank you


PERSON_NAME


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

 use sql SHOW FULL PROCESSLIST; to show all of the process, then use KILL <PROCESS_ID>