“工欲善其事,必先利其器。”,最近浏览国外的一些blog而整理搜集的工具集,我将会不定期的更新。如果你觉得有用就试试吧。大部分来自于我整理的一些感兴趣的并觉得不错的blog文章:My interested stuff系列,大家有兴趣的话可以看看。
- 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. - Dataset Visualizer
- 调试的时候,可以以表格的形式查看DataSet的数据
RightHand.Dataset.Visualizer v0.9.12 for VS2005
RightHand.Dataset.Visualizer v0.9.12 for VS2008 - 正则表达式
- RegexBuddy
- Expresso
- 这个工具是我最喜欢的正则表达式工具,常用的标记不需要你去输入,解析表达式,并生成语法树等等。。
- SQL相关
- 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.
- SQL 2005 Service Manager
- SQL Server 2005: TableDiff.exe
You can download it here.
- T-SqlUnit
- SQL Server的单元测试,
相关blog介绍:Unit testing a database - SqlTac
- Data Dictionary Creator
- wilcob的 Toolbox工具集
- 包含很多有用的工具,如代码格式化和着色,Web控件等
WebDev.WebServer2
Syntax Highlighter - Jeff Key的Snippet Compiler
- Jeff Key的blog有很多有用的工具集,其中包括他自己写的,以及他收集的,都很不错,我特别喜欢Snippet Compiler