Intellisense showing blank values for tables

jgonneringjgonnering Posts: 36 Bronze 4
edited February 14, 2017 1:09PM in SQL Prompt
I am using SQL Prompt 7.4.0.471 in SSMS 12.0.4100.1 and in the intellisense drop down, the table suggestions are blank. If I put my cursor over it, the table definition popup will appear next to it just fine.

I have a screen shot, but I'm not sure how to attach it.

If I have a statement like below, and I bring up SQL Prompt intellisense after the ON clause, all the column join suggestions (paper clip icon) are fine, but the table alias only (r, cr) are blank.
SELECT *
FROM dbo.Report as r
JOIN ClientReport as cr
ON

Comments

Sign In or Register to comment.