Skip to content

Commit

Permalink
Merge pull request #137 from edtbot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
jaredmoo authored Jul 11, 2016
2 parents 159eb1f + b11c107 commit cde19ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ public bool IsTransient(Exception ex)
// because the connected party did not properly respond after a period of time, or established connection failed
// because connected host has failed to respond.)"}
case 10060:
// SQL Error Code: 18401
// Login failed for user '%s'. Reason: Server is in script upgrade mode. Only administrator can connect at this time.
// Devnote: this can happen when SQL is going through recovery (e.g. after failover)
case 18401:
// SQL Error Code: 40197
// The service has encountered an error processing your request. Please try again.
case 40197:
Expand Down

0 comments on commit cde19ca

Please sign in to comment.