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

Intellisense with schema in SQL2005

Hi,

It seems that intellisense doesn't work correctly using schema in SQL 2005.

After writting FROM key word, only tables from current schema are displayed. If I wrote an existing (and different) schema in the current database, no tables list are displayed.

Any idea?
reschmann
0

Comments

1 comment

  • Tilman
    Hi,

    I'm not totally sure what you mean. What happens for me is, if i write

    SELECT * FROM

    All tables are listed, including from other schemas. But if i write

    SELECT * FROM schema.

    I don't get the tables belonging to schema, which of course isn't ideal. Is that what you're experiencing?

    Regards,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.