<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Tech+Tips,+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://mvark.blogspot.com/search&amp;blogLocale=en_IN&amp;v=1&amp;homepageUrl=http://mvark.blogspot.com/&amp;vt=-5147029996388199615" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Tech Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred HOW TO articles, Tips and Tricks


20 SQL Server 2005 Keyboard Shortcuts

What is the bored mother of a geek called?
Motherboard

There are a bunch of SQL Server 2005 Keyboard Shortcuts on MSDN, but I find these 20 super convenient & use it very often.

DescriptionShortcut
Create a New File CTRL+N
Toggle full screen mode SHIFT+ALT+ENTER
Set or remove a bookmark at the current line CTRL+K, CTRL+K
Next bookmark CTRL+K, CTRL+N
Previous bookmark CTRL+K, CTRL+P
Clear bookmarks CTRL+K, CTRL+L
Make the selected text a comment CTRL+K, CTRL+C
Uncomment the selected text CTRL+K, CTRL + U
Make the selected text upper case CTRL+SHIFT+U
Make the selected text lower case CTRL+SHIFT+L
Toggle between query and results pane F6
Display Object Explorer F8
Output results in text format CTRL+D
Output results in a grid CTRL+T
Cancel the executing query ALT+BREAK
Display the estimated execution planCTRL+L
Display the Replace dialog boxCTRL+F
Display the Find dialog box CTRL+H
Start incremental search CTRL+I
Find the next occurrence of the previous search text F3

Related links:
My Favorite Visual Studio 2005 Keyboard Shortcuts

Labels:

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

»

Post a Comment