I have a database that needs processes from two other databases to run in order to work. So DB1 runs and then DB2 uses data from DB1 and runs then DB3 uses data from DB2 and runs. Because we use DB1 and DB2 for other processes, it doesn't make sense to put those processes into DB3.
Further complicating, is that there are files that need to be imported in both DB1 and DB3.
I would like to get a process in place, where we would only have to open DB3 and run one button.
Does anyone know if this is feasible?
Thanks!
Further complicating, is that there are files that need to be imported in both DB1 and DB3.
I would like to get a process in place, where we would only have to open DB3 and run one button.
Does anyone know if this is feasible?
Thanks!