Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
      ...
    }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #execution #timeout #expired #timeout
ADD COMMENT
Topic
Name
1+4 =