Options

Intellisense: Wrong table columns returned for two tables with same name but different schema

Please fix table schema resolution in intellisense.
SQL Prompt intellisense returns columns from the wrong table when I have two tables w/ same name but different schemas -- e.g., given audit.Shows and my.shows, the audit table column names are returned rather than the my.shows columns when the only table in the select is my.shows -- such as "TitleIsChanged" instead of "Title".
There is no reason I should see columns from audit.shows if the table isn't referenced in the query.
Tagged:

Comments

Sign In or Register to comment.