EX0026 : Error found during the query binding phase |
![]() |
The topic describes the EX0026 analysis rule.

Error found during the query binding phase

The rule tries to generate a query execution plan and reports any errors appearing during the query binding phase.

Check and investigate the reported errors.

The rule has a Batch scope and is applied only on the SQL script.

Name | Description | Default Value |
---|---|---|
ExpandMode |
The parameter specifies if stored procedures,function and view create statements to be expanded during analysis. |
ExpandAll |

The rule requires SQL Connection. If there is no connection provided, the rule will be skipped during analysis.


Explicit Rules, Bugs

There is no additional info for this rule.

SQL
1select dd,dd1 from sys.objectsq 2 3select d3,dd1 from sys.objects |

Message | Line | Column | |
---|---|---|---|
1 | EX0026 : Invalid column name ‘d3’. | 3 | 0 |
2 | EX0026 : Invalid column name ‘dd1’. | 3 | 0 |
