像“Resharper”这样的插件用于 SQL Server Management Studio?

发布于 2024-10-26 19:38:45 字数 171 浏览 1 评论 0原文

有谁知道 SQL Server Management Studio 的程序或插件,类似于 MS Visual Studio 的 Resharper?

例如,最好输入 Ctrl-Shift-N,然后在开始输入存储过程的名称后查看存储过程列表,其中包含最常用的命令,例如 - alter、drop 和 create。

Does anybody know of a program or plugin for SQL Server Management Studio which is like Resharper for MS Visual Studio?

For example, it would be great to enter Ctrl-Shift-N and after starting to enter the name of a stored procedure to see list of stored procedures with most general commands like - alter, drop and create.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

薄暮涼年 2024-11-02 19:38:45

看看 ApexSQL 重构,它是 Visual Studio 和 SQL Management Studio 的免费插件。 http://www.apexsql.com/sql_tools_refactor.aspx

Look at the ApexSQL refactor, it is FREE amazing add-in for Visual Studio and SQL Management Studio. http://www.apexsql.com/sql_tools_refactor.aspx

酷到爆炸 2024-11-02 19:38:45

您可以尝试redgate的SQL Prompt

You can try SQL Prompt by redgate

橘寄 2024-11-02 19:38:45

我遇到了另一个有趣的插件,名为 SqlSmash。它与 SSMS 2012 配合使用,并且目前看起来是免费的。

网站特色:

  • 转到对象:轻松导航到任何数据库中的任何表、存储过程、函数或触发器。
  • 格式化 Sql:将您的大小写首选项应用于关键字、变量和标识符,并缩进 Sql。
  • 执行当前查询:仅执行光标所在的查询。
  • 搜索对象:搜索所有数据库对象中的任何文本。
  • 总结脚本:总结复杂的脚本并轻松导航。
  • Go To Definition:快速显示 Sql 对象的定义。
  • 查找所有引用:查找哪些其他对象正在引用光标下的 Sql 对象。
  • 快速信息:快速了解光标下的 Sql 对象。

I came across another interesting plugin called SqlSmash. It works with SSMS 2012 and is free for now it looks like.

Features from the website:

  • Go To Object: Easily navigate to any of the tables, stored procedures, functions or triggers in any of your databases.
  • Format Sql: Apply your casing preferences to the keywords, variables and identifiers and indent the Sql.
  • Execute Current Query: Only execute the query that your cursor is placed at.
  • Search Objects: Search all your database objects for any text.
  • Summarize Script: Summarize complex scripts and navigate around easily.
  • Go To Definition: Show the definition of a Sql object quickly.
  • Find All References: Find what other objects are referencing the Sql Object under your cursor.
  • Quick Info: Get a quick overview about the Sql Object under your cursor.
懷念過去 2024-11-02 19:38:45

我不认为它具有您提到的自动完成功能(在 MS Management Studio >= 2008 中),但“SSMS Tools Pack”加载项具有您可能感兴趣的其他一些功能:
http://www.ssmstoolspack.com/

功能:

  • SQL 片段
  • 窗口连接着色
  • 窗口内容历史记录、查询执行历史记录和当前窗口历史记录
  • 格式 SQL
  • 搜索表、视图或数据库数据
  • 在多个数据库上运行一个脚本
  • 将执行计划位图复制到剪贴板或文件
  • 在网格模式下搜索结果
  • 从结果集、表或数据库生成插入语句
  • 区域和调试部分
  • 从对象运行自定义脚本Explorer
  • CRUD 存储过程生成
  • 新查询模板
  • 常规选项

I don't think it has that autocomplete feature you've mentioned (which is in MS Management Studio >= 2008) but the "SSMS Tools Pack" add-in has some other features you might be interested in:
http://www.ssmstoolspack.com/

Features:

  • SQL Snippets
  • Window Connection Coloring
  • Window Content History, Query Execution History and Current Window History
  • Format SQL
  • Search Table, View or Database Data
  • Run one script on multiple databases
  • Copy execution plan bitmaps to clipboard or file
  • Search Results in Grid Mode
  • Generate Insert statements from resultsets, tables or database
  • Regions and Debug sections
  • Running custom scripts from Object Explorer
  • CRUD stored procedure generation
  • New query template
  • General options
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文