Comments
1 comment
-
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
Add comment
Please sign in to leave a comment.
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?