Useful SQL shortcuts

Move content to right
 CTRL +A & TAB


Move content to left
 CTRL +A & SHIFT + TAB

Convert text to UPPER CASE in sql editor
select the content and press CTRL+SHIFT+U



Convert text to LOWER CASE in sql editor
select the content and press CTRL+SHIFT+L
.
.
.
.
.
.
.
.
.
.
.



Comments

Popular posts from this blog

SQL Server 2008 MERGE statement