Is it a good idea to run SSIS package on a SQL Cluster environment specially when you have to deploy to multiple environements (dev, stage, production) and also when you have to access the FSO to write and read to/from a temp file that's residing in a shared network resource that will have different names per environment.
What's the best solution?