Tip of the Day : SQL Server 2012 Management Studio Keyboard Shortcuts - Cut and Paste

Welcome to SQL Server Helper !!!

This site is intended for those who are beginning to use SQL Server as part of their day-to-day activities.  You will find in this site a collection of useful functions, triggers, stored procedures and tips and tricks related to SQL Server.

Should you have any comments or questions regarding this site or if you want to ask SQL Server-related questions, e-mail us here.

We hope we are able to help and we are glad to help!!!

SQL Server Tip of the Day - April 02, 2025

SQL Server 2012 Management Studio Keyboard Shortcuts - Cut and Paste

SQL Server 2012 Management Studio offers users two keyboard schemes.  By default, it uses the SQL Server 2012 scheme, with keyboard shortcuts based on Microsoft Visual Studio 2010.  Management Studio also offers a keyboard scheme similar to the standard scheme from SQL Server 2008 R2.  To change the keyboard scheme or add additional keyboard shortcuts, on the Tools menu, click Options.  Select the desired keyboard scheme on the Environment, Keyboard page.


Action SQL Server 2012 SQL Server 2008 R2
Cut (delete the currently selected item and place it to the Clipboard) CTRL+X or SHIFT+DELETE CTRL+X or SHIFT+DELETE
Cuts 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+C or CTRL+INSERT
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 or CTRL+SHIFT+INSERT No Equivalent

SQL Server 2012

SQL Server 2008

User-Defined Functions

Date Functions

A collection of useful user-defined functions that deal with dates.

String Functions

A collection of useful user-defined functions that deal with strings (varchar/char/nvarchar/nchar).

Tree Functions

A collection of useful user-defined functions that deal with tree or hierarchical design structures.

Table-Valued Functions

A collection of useful table-valued user-defined functions that can be used to join with other tables.

SQL Server Built-in Functions

A reference to all built-in functions available within SQL Server grouped into categories.

Tips and Tricks

A collection of useful SQL Server-related tips and tricks:

SQL Server Error Messages

A list of SQL Server error messages and for certain error messages, discusses ways on how to solve the error or work around them:

Frequently Asked Questions