Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

sql

sql-server

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

alt text

like image 907
Sergio Tapia Avatar asked Sep 05 '25 03:09

Sergio Tapia


1 Answers

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

Edit -> IntelliSense -> Refresh Local Cache

like image 94
Svetlozar Angelov Avatar answered Sep 07 '25 20:09

Svetlozar Angelov