Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refreshing a table in SQL server management studio

I have opened a table in SQL server management studio express.

How do I update it? As changes made outside the studio application do not show unless I close and reopen the table. Surely there must be a better way of doing this?

like image 991
Mark W Avatar asked Aug 09 '11 09:08

Mark W


1 Answers

In SSMS (SQL Server Management Studio) press Ctrl + R

In Visual Studio Press Shift + Alt + R

like image 63
Hakan Fıstık Avatar answered Oct 19 '22 21:10

Hakan Fıstık