OK - I have a pretty straight forward SSIS package. Our environment is SQL 2014 Standard SP1 on both servers.The package executes a stored procedure on our PROD database server and puts the result set into a table. Then the data flow task merely copies the data from that table to a table on our web database server.Here is the rub...The package is invoked by an Agent job and runs hourly. Job completes, no errors. The package log file shows everything working correctly. But there is NO data in the web database table.If I execute the package manually in Visual Studio using debug mode - everything works.I re-imported the package to MSDB to make sure nothing was corrupt there and the correct version was loaded.Job runs - no data....I have never seen this behavior before and am a bit lost...any help would be appreciated!And if necessary I can upload the package if that will help...Thanks in advance.
↧