SQL Complete Auto Complete Temp Table columns
Posted: Mon 12 Dec 2016 07:11
Hey everyone
I recently upgraded my SSMS to 2016 and with it I also updated SQL complete to the latest version but I noticed something that is driving me crazy.
On my old configuration whenever I created a temp table, the auto complete suggestions would list the column names from the temp table if I tried selecting from them. On my updated configuration however, SQL complete does not seem to recognise the temp table columns at all.
I did a quick check and if I declare the table as a table variable, rather than a temp table, the column names are listed as suggestions.
I also tried checking my old version of SSMS and the temp table columns are also no longer being suggested there due to SQL complete having been updated across the board.
I just want to know if anyone had been having the same issue or am I just missing a setting somewhere?
Looking forward to any help than anyone could provide.
VFV
I recently upgraded my SSMS to 2016 and with it I also updated SQL complete to the latest version but I noticed something that is driving me crazy.
On my old configuration whenever I created a temp table, the auto complete suggestions would list the column names from the temp table if I tried selecting from them. On my updated configuration however, SQL complete does not seem to recognise the temp table columns at all.
I did a quick check and if I declare the table as a table variable, rather than a temp table, the column names are listed as suggestions.
I also tried checking my old version of SSMS and the temp table columns are also no longer being suggested there due to SQL complete having been updated across the board.
I just want to know if anyone had been having the same issue or am I just missing a setting somewhere?
Looking forward to any help than anyone could provide.
VFV