Erratic Tooltips
Dave Pendleton
Posts: 104 Bronze 3
Why are tooltips present for some columns/objects and not for others?
When working on a SELECT statement with multiple JOIN clauses, tooltips appear for some columns/tables but not for others.
The syntax of the SELECT is correct and runs as expected.
Refresh Suggestions does nothing.
When working on a SELECT statement with multiple JOIN clauses, tooltips appear for some columns/tables but not for others.
The syntax of the SELECT is correct and runs as expected.
Refresh Suggestions does nothing.
Comments
Thanks for your post.
Can you kindly let us know the query using which I can replicate the issue?
This will help us to investigate the issue further.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
I have also noticed erratic behavior when using table aliases without the AS keyword, although I don't know if this is related. Sometimes including AS and refreshing suggestions will help.
Usually, I cut the SQL from the Query Window, open a new window, paste the SQL, refresh suggestions and then tooltips will work as expected.
I am trying to replicate the issue but it works fine for me.
Can you kindly let us know whether the tooltips doesn't work for any specific objects?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Is there a limit to the length of a SELECT statement?
I have a SELECT statement with 89 columns, many of which are CASE statements. After 79 columns, the tips stop working. Anything above that they work fine.
but no column metadata appears when I hover over (or click) the column name. The syntax of the SQL (as a whole) is correct.
Refreshing suggestions does not help.