SQL Server中的快捷键 [英] Short Cut Keys in sql server

查看:107
本文介绍了SQL Server中的快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要sql server中的一些快捷键,任何人都可以告诉我.我在Google上搜索过,但从那里得到的却不多.
请帮助我.

I need some shortcut keys in sql server can any one tell me. I have searched on google but didn''t get much from there.
Please help me.

推荐答案


CTRL-SHIFT-F2         -- Clear all bookmarks. 
CTRL+F2               -- Insert or remove a bookmark (toggle). 
F2                    -- Move to next bookmark. 
SHIFT+F2              -- Move to previous bookmark. 
ALT+BREAK             -- Cancel a query. 
CTRL+O                -- Connect. 
CTRL+F4               -- Disconnect. 
CTRL+F4               -- Disconnect and close child window. 
ALT+F1                -- Database object information. 
CTRL+SHIFT+DEL        -- Clear the active Editor pane. 
CTRL+SHIFT+C          -- Comment out code. 
CTRL+C or Ctrl+Insert -- Copy
CTRL+X or Shift+Del   -- Cut
SHIFT+TAB             -- Decrease indent. 
CTRL+DEL              -- Delete through the end of a line in the Editor pane. 
CTRL+F                -- Find. 
CTRL+G                -- Go to a line number. 
TAB                   -- Increase indent. 
CTRL+SHIFT+L          -- Make selection lowercase. 
CTRL+SHIFT+U          -- Make selection uppercase. 
CTRL+V or Shift+Insert -- Paste. 
CTRL+SHIFT+R          -- Remove comments. 
F3                    -- Repeat last search or find next. 
CTRL+H                -- Replace. 
CTRL+A                -- Select all. 
CTRL+Z                -- Undo. 
F5 or Ctrl + E        -- Execute a query. 
F1                    -- Help for Query Analyzer. 
SHIFT+F1              -- Help for the selected Transact-SQL statement. 
F6                    -- Switch between query and result panes. 
Shift+F6              -- Switch panes. 
CTRL+W                -- Window Selector. 
CTRL+N                -- New Query window. 
F8                    -- Object Browser (show/hide). 
F4                    -- Object Search. 
CTRL+F5               -- Parse the query and check syntax. 
CTRL+P                -- Print
CTRL+D                -- Display results in grid format. 
CTRL+T                -- Display results in text format. 
CTRL+B                -- Move the splitter. 
CTRL+SHIFT+F          -- Save results to file. 
CTRL+R                -- Show Results pane (toggle). 
CTRL+S                -- Save
CTRL+SHIFT+INSERT     -- Insert a template. 
CTRL+SHIFT+M          -- Replace template parameters. 
CTRL+L                -- Display estimated execution plan. 
CTRL+K                -- Display execution plan (toggle ON/OFF). 
CTRL+I                -- Index Tuning Wizard. 
CTRL+SHIFT+S          -- Show client statistics 
CTRL+SHIFT+T          -- Show server trace. 
CTRL+U                -- Use database



签出以下链接;
http://www.extremeexperts.com/SQL/Tips/ShortCutKeys.aspx [ ^ ]
http://msdn.microsoft.com/en-us/library/ms174205.aspx [ ^ ]

在Google中发布特定问题,它总是可以确保结果;
检出: ShortCutInSql [



Check Out following links;
http://www.extremeexperts.com/SQL/Tips/ShortCutKeys.aspx[^]
http://msdn.microsoft.com/en-us/library/ms174205.aspx[^]

Post specific question in google it gives assure result always;
check out:ShortCutInSql[^]


尝试
http://odetocode.com/resources/132.aspx [ http://msdn.microsoft.com/en-us/library/ms174205.aspx [ ^ ]

如果要自定义它们,请查看自定义菜单和快捷键 [ ^ ].
Try
http://odetocode.com/resources/132.aspx[^]
http://msdn.microsoft.com/en-us/library/ms174205.aspx[^]

If you want to customize them, have a look at Customizing Menus and Shortcut Keys[^].


您好,

您可以从 MSDN
Hi,

You can get from MSDN


这篇关于SQL Server中的快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆