I have an SQL Job that basically runs an SSIS Package which imports data from a text file to a DB. At first, it was working and I was able to import around 15000 rows from 4 text files.
I did some more bulk importing, this time with a different SQL Jobs and Packages that does basically the same but just targets a different file. I encountered a scenario where I had to cancel that very long-running job.
Now, when I run the original SQL Job that successfully imported 15000 rows, it no longer works! Before, it could import 15000 rows in around 5-minutes. I've been running it at around 30-minutes and it still hasn't completed yet.
Is there a way for me to see if there are any blockers for why it suddenly stopped working? I've deleted all duplicate records from the DB, no changes were made to the package, no changes to SQL Server except for just stopping that one long-running job, and I've already tried restarting the server but it still can't complete.