Hi I'm new to SSIS and am trying to figure out how it works. I created a data source and exported the data to a flat file. So, on my control flow tab the only thing there is one data flow task. If I expand the data flow task, I have a ADO.Net data source and a flat file destination. Once I execute the package it runs and creates the file, but just sits there until I click stop debugger. Is there some type of end execution task that I should be including? It just doesn't make sense to me that after the last step it doesn't stop.
Thank you