Feature Request / Question - Global Temp Tables
vjacob1
Posts: 57 Bronze 1
in SQL Prompt
Does SQL Prompt go into global temp tables and if so is it possible to request that feature?
Answers
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
The only thing that I can say is that the I am using a dynamic query to fill the global temp table as illustrated in my code snippet.
Perhaps that is why it is not displaying the fields properly??
I tried working on this with my team to replicate this, but we weren't successful.
If I remove the table name from INSERT INTO, and then try to let Prompt to suggest it, I don't get anything.
another example, Prompt doesn't suggest the table after FROM either
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
I did not create the table ahead of time - I am just running a select statement and insert into the global temp table.
I just want SQL PRompt to be able to display the columns in that table as it is a pain to manually have to type them in the code
However, we don't parse the dynamic SQL or format it. Apologies for the inconvenience that this brings. If you would like for this to become a feature, I would highly recommend creating a uservoice request so that the developers can see the demand for such a feature.
Thanks!
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?