SQL Prompt Intellisense not working on TempTables?

Hi
I am working on a script, where i am creating a Temp Table (CREATE TABLE #Accruals).
I run the create script for the TempTable, and fill this table with some test data and wants to work further on my script.
But SQL Prompt does not get the temptable into Intellisens, so it does not come with sugestions for field names etc.

Is there a way to trigger this?
I am using version 9.1.6.4676, and have all experimental features enabled.

Thanks on adwance 
/Graves

Tagged:

Answers

Sign In or Register to comment.