I have designed a SSIS package that transfers tables,stored procedures etc from a central source server database to other servers.i have made the settings to drop the objects in destination and recreate the object and then transfer data. i find that the objects are recreated
in the destination servers but 0 rows are transferred.what is really strange is that it does get transferred for some servers but for others not.
the dynamic connection to all destination servers (nearly 30) are achieved through a script task and i uses expression to dynamically acquire the SMO connection managers.
when i configured the package to run on DEV and TEST (nearly8 servers per environment) it got succeeded but when it reached LIVE where a single package populates allLIVE,TEST and DEV servers it fails.no rows are getting transferred but thee objects get recreated.Please help me as this have occured in the Live server run.