Ssis 864 Upd File
In the stored procedure, use local variables or OPTION (RECOMPILE) :
using (SqlCommand cmd = new SqlCommand(sql, conn)) ssis 864
cmd.CommandTimeout = 300; // seconds cmd.ExecuteNonQuery(); In the stored procedure, use local variables or