Hello, just a quick question. We have two separate EGDBs, both using Microsoft SQL server. We are part of a managed service so don't have full access to SQL Server Management studio for doing direct backups between databases.
Beyond using a python script copying tables individually from one SDE to another using arcpy.management.Copy(), is there a better method within arcpy to copy tables or even do a bulk backup and dump of tables from one SDE to another? Or would this only be possible using a backup and restore from SQL Server Management Studio directly.
Any information would be greatly appreciated.