Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making SQL Server Management Studio refresh objects more often

I am managing a database in ssms and it often underlines the objects in the queries and tells me that some names are invalid : "invalid object name".

But when I execute the query, it works fine. This happens when I change the name of a table and I change the query after, which is typical. If I can, I'd like to make this ssms update the table names more often, since SSMS underlining everything slows me down.

What did I do? I checked settings, couldnt find anything useful about this, yet.

like image 596
Uğur Gümüşhan Avatar asked Oct 17 '25 18:10

Uğur Gümüşhan


1 Answers

Ctrl+Shift+R will refresh intellisence cache.

like image 119
Anri Avatar answered Oct 20 '25 15:10

Anri