Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl+F and Ctrl+H doesn't work in SQL management studio

Tags:

ssms

I cannot use the Ctrl+F and Ctrl+H in my SQL Management studio. Even if I use the menu items it doesn't work. Haven't installed anything new or changed anything recently. Any ideas?

like image 415
StevenMcD Avatar asked Jul 07 '09 08:07

StevenMcD


People also ask

Why Alt F1 is not working in SQL Server?

The one caveat to this shortcut is that to review information about an object you must do this will connected to the database the object is in. So if you are in the context of master and highlight msdb. dbo. showalerts and press ALT + F1 this will not work and will result in an error.

How do I search and replace in SSMS?

On the Edit menu, point to Find and Replace, and then click Quick Find to open the dialog box with find options, but without replace options. On the Edit menu, point to Find and Replace, and then click Quick Replace to open the dialog box with both find options and replace options.

Why IntelliSense is not working in SSMS?

Enable IntelliSense in settings The first step of troubleshooting IntelliSense is to check and make sure IntelliSense is enabled in the settings. Launch SSMS and go to menu Tools >> Options. In the Options window, expand TextEditor >> Transact-SQL >> IntelliSense. Make sure Enable IntelliSense is selected.


2 Answers

Have you recently used multi-monitor? Is it possible that it is opening off-screen? I get this problem a lot when disconnecting my laptop from an external monitor...

(edit) There is a Window -> Reset Window Layout menu option in SSMS 2008, that should fix it.

like image 165
Marc Gravell Avatar answered Oct 20 '22 14:10

Marc Gravell


Perfect! multi-monitor causes this.. Just minimize VS. Put to the other monitor. You'll see opened window when you Ctrl+F

Irina

like image 42
Irina Natliashvili Avatar answered Oct 20 '22 14:10

Irina Natliashvili