Hi Guys,
I have an issue that I am yet to understand. I have an SSIS package that loads data from cdc.fn_cdc_get_net_changes function using OLE DB Source.
The last time I ran the package was 2 months ago and it worked fine.
Funny though, I tried running it today and I noticed some wierd behavior:
The package runs and loads data to the target table if I run it from Visual Studio, but once I deploy the package to SSISDB and try running it from SQL Server Agent Job, the package runs successfully but then no data is loaded to the target table when even the cdc function query is returning data when I run the same query using SSMS. Any idea why I am having this?
Thanks
me