Why are my tables not showing up in SQL Server Management Studio's intellisense?

sql, sql-server

Solution

Have you just created them? Intellisense data used by it is cached. Try to refresh it

Edit -> IntelliSense -> Refresh Local Cache

Problem

I can't pull up my tables so I can use them in my stored procedure. Any reason why they aren't showing?

Original source