Users Pricing

articles

home / developersection / articles / search, cut and paste shortcuts keys for sql server

Search, Cut and Paste Shortcuts keys for SQL Server

Vijay Shukla 3841 03 Apr 2013 Updated 30 Nov 2017
Search Keyboard Shortcuts
Action
SQL Server 2012
SQL Server 2008 R2

Display the Find dialog box

CTRL+F

CTRL+F

Displays the list of references for the selected symbol.

SHIFT+F12

No equivalent

Display the Replace dialog box

CTRL+H

CTRL+H

Start incremental search. Type the characters to search for or press CTRL+I to search for

characters from the previous search

CTRL+I

CTRL+I

Find the next occurrence of the  previous search text

F3

F3

Find the previous occurrence of the search text

SHIFT+F3

SHIFT+F3

Find the next occurrence of the currently selected text

CTRL+F3

CTRL+F3

Find the previous occurrence of the currently selected text

CTRL+SHIFT+F3

CTRL+SHIFT+F3

Display the Replace in Files dialog box

CTRL+SHIFT+H

CTRL+SHIFT+H

Reverse incremental search so it starts at the bottom of the file and searches to the top

CTRL+SHIFT+I

CTRL+SHIFT+I

Select or clear the Search up option in Find and Replace

ALT+F3, B

ALT+F3, B

Stop the Find in Files search

ALT+F3, S

ALT+F3, S

Select or clear the Find whole word option in Find and Replace

ALT+F3, W

ALT+F3, W

Selects or clears the Wildcard option in Find and Replace

ALT+F3, P

ALT+F3, P

Place the caret in the Find/Command box of the Standard toolbar

CTRL+/

No equivalent

 

Cut and Paste Keyboard Shortcuts

Action
SQL Server 2012
SQL Server 2008 R2

Cut

CTRL+X or SHIFTRLT+DELETE

CTRL+X or SHIFT+DELETE

Cut all of the selected lines, or the current line if nothing is selected.

CTRL+L or CTRL+SHIFT+L

No equivalent

Copy to the Clipboard

CTRL+C or CTRL+INSERT

CTRL+INSERT

CTRL+C or

Paste from the Clipboard at the insertion point

CTRL+V or SHIFT+INSERT

CTRL+V or SHIFT+INSERT

Pastes an item from the Clipboard Ring at the insertion point and automatically selects the pasted item

CTRL+SHIFT+V

No equivalent


Vijay Shukla

Other