Click or drag to resize

FailedSqlLoggingAttrs Enumeration

Specifies what kind of logging should be performed to the xot_failed_sql_log. This is specified in the FailedSqlLoggingAttrsloggingFeature.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FailedSqlLoggingAttrs
Members
  Member nameValueDescription
LogDeadlockVictims1 Log SQL statements terminated as the selected victim of a deadlock, DeadlockVictim.
LogTimeouts2 Log SQL statements that timeout, Timeout.
LogComplexityErrors4 Log SQL statements that fail as a result of SQL complexity, for example TooComplexForQueryPlan and TooComplexLimitReached.
See Also