[必备工具] SQL2005 Management Studio 之 SSMS Tools Pack

SSMS工具包提供了一系列增强功能,包括查询执行历史记录、文本文档区域和调试部分、新的查询模板、CRUD存储过程生成及从对象资源管理器上下文菜单运行自定义脚本等。这些功能旨在提高SQL Server Management Studio (SSMS) 的使用效率。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

绝对值得一试! 下载地址http://www.ssmstoolspack.com/Download.aspx

Search Results in Grid Mode and Execution Plans


Find all occurrences of your search string in the execution plans or in the results in datagrid mode.

Generate Insert statements for a single table, the whole database or current resultsets in grids

Insert statements for the whole database are generated by the order of PK-FK relationships. The insert statements for the top tables with no FK's are scripted first
Binary data larger than 5 Mb isn't included in the Insert statements. If you have an image column with 3 Mb of data this will be scripted to an insert statement.

Insert statements for the data in result grids are scripted into a new temporary table for each grid. so if you have 5 result grids you get insert statements for 5 temporary tables.   


Query Execution History (Soft Source Control)

Every statement that you run is logged in a file on your disk or in a table in a database you specify with a connection string. This way, if you're working on some script you can get the full history of every change you've made between check-out and check-in of your file.

Actions are saved in a list that is written to a file and/or a database on a timer which you can set to a desired interval.   


Text document Regions and Debug sections

Regions behave in the same way as in Visual Studio. You can collapse them and expand them. Debug sections are sections that get commented or deleted when you change your script to Release configuration. A debug section is also a collapsable region. If you deploy a script in debug mode with added debug sections it will fail when run from SSMS without SSMS Tools Pack installed. You can of course comment those sections yourself by simply searching for start and end text of the debug sections.   


New query template

When opening a new query window you can specify a template that will be displayed.   


CRUD (Create, Read, Update, Delete) stored procedure generation

CRUD stored procedure generation for tables based on fully customizable templates that you can change to suit your needs.   


Running custom scripts from Object explorer's Context menu

You can specify a custom script text, its name and node on Object Explorer on which you want to run it from. Node name, current database, current connection string and current server can also be specified in the custom script with keywords that will be changed at script runtime. 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值