Drag image here or click to upload

Or press Ctrl + V to paste
PhotomathMathGPTResourcesPricing
Login

Ssis 864 -

using (SqlCommand cmd = new SqlCommand(sql, conn))

cmd.CommandTimeout = 300; // seconds cmd.ExecuteNonQuery(); ssis 864

In the stored procedure, use local variables or OPTION (RECOMPILE) : using (SqlCommand cmd = new SqlCommand(sql, conn)) cmd