SqlServerErrorNumbers Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
Timeout | -2 | The SQL statement execution has timed out. | |
DeadlockVictim | 1205 | The SQL statement was terminated as the selected victim of a deadlock. | |
TooComplexForQueryPlan | 8623 | 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. | |
TooComplexLimitReached | 8632 | Internal error: An expression services limit has been reached. Please look for potentially complex expressions in your query, and try to simplify them. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.