How can we help you today? How can we help you today?

Table not showing up in the list...

First, do:
use tempdb
go

CREATE TABLE x (id1 int, id2 int)
go

Then, type:
SELECT FROM x

... and the popup window does not include the table "x" at all -- instead, I'm getting options for xml_indexes, etc.
amachanic
0

Comments

1 comment

  • Lionel
    This is not supported in the beta version but should be a feature that will be in the final version. One of the resons for the rewrite of Prompt SQL was so we could support things like this that was very had to do in the previous version.
    Lionel
    0

Add comment

Please sign in to leave a comment.