(原创)一些实用的小工具整理,不断更新中。。

          “工欲善其事,必先利其器。”,最近浏览国外的一些blog而整理搜集的工具集,我将会不定期的更新。如果你觉得有用就试试吧。大部分来自于我整理的一些感兴趣的并觉得不错的blog文章:My interested stuff系列,大家有兴趣的话可以看看。

  1. SSMS Tools Pack

      一个SQL Server Management的小插件,我一直都在用,感觉还不错。具体功能如下:

      Uppercase/Lowercase keywords.
      Run one script on multiple databases.
      Copy execution plan bitmaps to clipboard.
      Search Results in Grid Mode and Execution Plans.
      Generate Insert statements for a single table, the whole database or current resultsets in grids.
      Query Execution History (Soft Source Control).
      Text document Regions and Debug sections.
      Running custom scripts from Object explorer's Context menu.
      CRUD (Create, Read, Update, Delete) stored procedure generation.
      New query template.

  2. Dataset Visualizer
      调试的时候,可以以表格的形式查看DataSet的数据
      RightHand.Dataset.Visualizer v0.9.12 for VS2005
      RightHand.Dataset.Visualizer v0.9.12 for VS2008
  3. 正则表达式
    1. RegexBuddy
        regexbuddy whitelist example      RegexBuddy: Learn, Create, Understand, Test, Use and Save Regular Expressions 
    2. Expresso
        这个工具是我最喜欢的正则表达式工具,常用的标记不需要你去输入,解析表达式,并生成语法树等等。。 Expresso 3.0

       

  4. SQL相关
    1. Data Dictionary Creator

        Data Dictionary Creator (DDC) is a simple application which helps you document SQL Server databases. It stores all the information in Extended Properties, so it's easier to keep the documentation in sync with the database as it changes.
        DDC_DocumentDbTab.png


         

    2. SQL 2005 Service Manager
      Download SQL2005 Service Manager
    3. SQL Server 2005: TableDiff.exe

        You can download it here

    4. T-SqlUnit
        SQL Server的单元测试,
        相关blog介绍:Unit testing a database
    5. SqlTac

         

  5. wilcob的 Toolbox工具集
      包含很多有用的工具,如代码格式化和着色,Web控件等
      WebDev.WebServer2
      Syntax Highlighter
  6.  
  7. Jeff KeySnippet Compiler
      Jeff Key的blog有很多有用的工具集,其中包括他自己写的,以及他收集的,都很不错,我特别喜欢Snippet Compiler



posted @ 2008-07-05 10:01  代码乱了  阅读(3985)  评论(18编辑  收藏  举报