I have a SSIS package which just transfers the data from Excel file to SQL server data base table. When i execute the package in SSDT it works fine but
scheduling it through a SQL Server job it just hangs while exeuction. I enabled logging for my package and observed that during On Progress validation, the job is struck in execution. I have performed numerous checks like SQL Server agent account permissions,
dcom permissions and etc but nothing seems to be resolving the issue. Any help will be appreciated.
↧