Troubleshooting when an ETL job stops responding
Solution:
- Access SQL Server Management Studio.
-
Run the command
exec_sp_updatestats
on the table where the ETL job stops responding.
Solution:
exec_sp_updatestats
on the table where the ETL job stops
responding.