Answers for "execution timeout expired the timeout"

CSS
0

execution timeout expired the timeout

using (SqlCommand sqlCmd = new SqlCommand(sqlQueryString, sqlConnection))
   {
      sqlCmd.CommandTimeout = 0; // 0 = give it as much time as it needs to complete
      ...
    }
Posted by: Guest on December-17-2020

Browse Popular Code Answers by Language