SSIS Data Flow Task hangs on excecution of Pre-excecute phase

前端 未结 9 561
既然无缘
既然无缘 2020-12-29 21:11

I have a Data Flow Task that is hanging on excecution.
The flow is simple, makes two queries to different tables (Both with a couple of joins), then sorts and merges th

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 21:21

    Fixed my problem by changing the Data access mode to SQL Command and pasting my view into the SQL command text in the OLE DB Source.

提交回复
热议问题