Under Systems toolboxes/Data Management Tools/Geodatabase Administration/Compress tool. Is there a way to recreate this tool in python so it can compress the geodatabase enterprise every week. Any help in finding this in arcpy.
would the following script be the python for this tool
would the following script be the python for this tool
Code:
import arcpy
arcpy.Compress_management("Database Connections\Connection to brockville.sde")