I have a flow that processes multiple files into multiple Sql Server tables. Once all those database tables are updated with the imported data, I want to run a stored procedure that uses that data to populate other tables. I was thinking I would just add another Sql Server connector after the import_pricing connector, but can I be sure that all the other import connectors have successfully completed first? Is there a proper way to do this in Arc, so that when I run the final stored procedure all the needed import tables are populated appropriately first?

Thanks!
Best answer by James B
View original