Skip to main content

Hello, need your help in executing below query through customization package in live. Is it safe to execute below query. we found over 2+ Lakhs records in this table and we think they are not useful for us. 

 

TRUNCATE TABLE AUScheduleExecution

@ckwiat46 It is not recommended to perform such update or Deletion Script using customization project as the query may not finish before the Timeout expired and leave it with inconsistent data.

If you have direct access to DB, you can run the script directly on DB or use Automation Schedule History Screen (ScreenId=SM205035), select the schedule you need to delete and Hit Delete All. On this screen you have the option to filter the history by Date as well.

 


Reply