I have a Stored Procedure which was scheduled as a job. A Timeout expired issue occurs when the job scheduled is executed. I am going to implement this Stored Procedure to SSIS Package by calling the Stored Procedure in a Execute SQL Task or apply Stored Procedure script into a Script Task. What should I do/apply for avoiding Time Out Expiry issue in the Package? Is there property related to time out?
Share
Yes, there is a
TimeOutproperty on the Execute SQL Task. It is right in the first section named General. Refer the screenshot #1. Ideally, you should work on fine tuning the stored procedure.Microsoft TechNet documentation states the following definition for the TimeOut property:
Hope that helps.
Screenshots:
#1: Execute SQL Task TimeOut Property