Posts
Sort by recent activity
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) s...