Click or drag to resize

SqlServerErrorNumbers Enumeration

An enumeration of specific SQL-Server error numbers. See https://technet.microsoft.com/en-us/library/cc645603(v=sql.105).aspx for a list of SQL-Server error codes.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SqlServerErrorNumbers
Members
  Member nameValueDescription
Timeout-2 The SQL statement execution has timed out.
DeadlockVictim1205 The SQL statement was terminated as the selected victim of a deadlock.
TooComplexForQueryPlan8623 The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information.
TooComplexLimitReached8632 Internal error: An expression services limit has been reached. Please look for potentially complex expressions in your query, and try to simplify them.
See Also