Hi -
This is sql 2008 r2.
I've got an ssis package that i am using to simply copy all the data from 20 tables in one database to tables in another database, on the same server.
I split up the table import operations into 5 separate data flows (based on some suggsetions from a question i posted yesterday).
The problem i am seeing is that a data flow might have 3 or 4 operations (copying data from table to table) and 2 or 3 finish and 1 or 2 just sit there with the number of rows displayed never changing after a few minutes. In fact, I left the package running over night and 10 hours later the package was in the same state.
I ran sp_who2 to see if there were any blocking issues and i noticed that there were two. Each was a "Select * from TableA" from the ssis package and it was blocking its own Insert operation!
There is nothing else running on this server. Sometimes the table that ssis hangs on just has 1000 rows and other times it is a few million.
Is there something else i can check to help troubleshoot the problem?
thanks for any help.
- will
- will