Hi I have a workspace which does a bunch of queries and inserts and updates an SDE polygon feature class. The workspace is run every 2 minutes.
I have written a shutdown script to rebuilt the indexes using arcpy.RebuildIndexes_management
This command however takes over 2 minutes to run, hence I would like to only run it once a month, say one the first of the month between 12 and 12:30 am.
Any suggestions ?