To reduce unusual Memory and CPU consumption we rebuild a spatial index of feature class by following steps in below URL.
Is there any way to automate these steps through any tool or services or anything?
Solved! Go to Solution.
You can do it with Rebuild Indexes in python and run as a scheduled task.
R_
You can do it with Rebuild Indexes in python and run as a scheduled task.
R_
Thank you for your quick response. Does it lock tables?
Not sure, you would have to test. I schedule it to run at night so wouldn't know.
I don't think so as I just tried and it let me edit/create/delete features while arcpy is rebuilding the index's.
R_