Hi - i'm fairly new to python, but am working my way through this article Use Python scripting to batch reconcile and post versions—ArcGIS Help | ArcGIS Desktop . I am on the step "Rebuild indexes and update statistics" and I have to set the workspace environment.
# set the workspace
arcpy.env.workspace = "C:\\Projects\\MyProject\\user1.sde"
Where do i find the path like listed above for the gdb Owner? I have enterprise gdbs set up and there is one user who is the db owner. Is this just the sde connection file location? Or can i chose any folder location?
Thanks!
Pamela