Hi,
We have created a ssis package to implement the incremental logic based on the start time of the server. When we execute this package through solution, the start time of the server is logged correctly. However when the package is executed through job the server time gets changed to end time of job execution.
Hence how to avoid this situation when executing through the job.


