Comments
Sort by recent activity
What I noticed was that after I typed JOIN, the only tables that appeared in intellisense were ones that had a Foreign Key Relationship to the prior table.
If you don't have an FK relation between Orders and OrderDetails, create one. Then see if you get intellisense.
Mike / comments
What I noticed was that after I typed JOIN, the only tables that appeared in intellisense were ones that had a Foreign Key Relationship to the prior table.
If you don't have an FK relation between ...