Question

I have a datareader source firing some sql which takes longer than 30 seconds to run, so it's timing out. I can not find a command timeout property on the datareader source component, or the data flow task. Is there some way to set a longer command timeout in SSIS?

Was it helpful?

Solution

Right Click on the Datareader source and click edit. Go to Tab Component Properties and under Group Custom Properties has CommandTimeout

OTHER TIPS

I see there is a hotfix for this, I don't know if it applies to you or not: Hotfix link

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top