SQL Server 2008 - 用于执行 SQL 查询格式化的键盘快捷键
您知道 SQL Server 2008 Management Studio 中用于进行 SQL 查询格式化的键盘快捷键吗?
Do you know the Keyboard shortcut key in SQL Server 2008 Management Studio to do SQL Query Formatting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果OP已经找到解决方案,我希望这会对未来的读者有所帮助。
SSMS中没有内置格式,但有免费的SSMS插件,例如ApexSQL Refactor 您可以为此使用。
除此之外,您还可以尝试 SSMS 工具包,但请注意,它对于 SQL 2012 不是免费的。
I hope this will help future readers if OP is already found the solution.
There is no built in formatting in SSMS but there are free SSMS Addins such as ApexSQL Refactor you can use for this.
Apart from this you can also try SSMS tools pack but note that it’s not free for SQL 2012.
另一个很棒的工具是 Red-Gate SQL Prompt Pro它允许您定义自己的 SQL 编码风格,并轻松地重新格式化任何扔给您的蹩脚 SQL 代码:-)
它不是免费的 - 但很容易值得它所花费的每一分钱!
Another great tool for this is Red-Gate SQL Prompt Pro which allows you to define your own SQL coding style, and easily reformat any crappy SQL code that gets dumped on you :-)
It's not free - but easily worth every penny it costs!
没有像美化器或格式化程序这样的内置格式化功能。
选项卡(包括选择一段代码时)、空格、退格、删除等以及预期的。我使用 alt+鼠标单击+拖动来选择代码的“方形”部分。
这里是所有SQL Server Management Studio 键盘快捷键
像这样的东西: 格式 SQL 美化器
软件 ??
there are no built in formatting functions like a Beautifier or Formatter program.
tab (including while a section of code is selected), space, backspace, delete, etc. and the expected ones. I use alt+mouse click+drag to select "square" sections of code.
here are all of the SQL Server Management Studio Keyboard Shortcuts
Are you looking for something like this: Format SQL Beautifier
software ??
Ctrl + Shift + Q 将为您提供一个查询设计器窗口,您可以从中复制格式化的查询。
Ctrl + Shift + Q will give you a Query Designer window from which you can copy formatted query.
他们在sql server 2008,2010,2014,2015中没有快捷键...
简单的方法访问http:// /www.sql-format.com/ 和格式。
Their is no shortcut keys in sql server 2008,2010,2014,2015...
The simple way visit http://www.sql-format.com/ and format.