Microsoft Visual Studio 2005 Team Edition for Database Professionals Power Tools has been released and is available at: http://www.microsoft.com/downloads/details.aspx?FamilyID=da3f11ad-bd54-4eda-b08c-4df84df0d641&displaylang=en
The Microsoft Visual Studio 2005 Team Edition for Database Professionals Power Tools is a set of enhancements and tools that compliment and improve the user experience of Team Edition for Database Professionals.
This release includes 5 new refactoring types, a new dependency viewer, additional data generators and editors, 2 new MSBuild tasks for Schema and Data Compare as well as the introduction of the TSQL Static Code Analysis featureTSQL Static Code Analysis• Static Code Analysis - A precursor to the functionality that will be in future versions of VSTS that will allow you to perform Static Code Analysis on T-SQL code.Refactoring• “Move Schema” Refactoring - Allows a user to right click on an object and move it to a different but existing schema • SP Rename Generation - Generate a new script that will contain sp_renames for all rename refactored objects that the user can then execute.• Wildcard Expansion - Automatically expand the wildcard in a select to the appropriate columns.• Fully-Qualified Name Support - Automatically inject fully-qualified names when absent in a script• Refactoring extended to Dataset - Refactor into strongly typed dataset definitionsMSBuild Tasks• Data / Schema Compare Build Tasks - MSBuild tasks that can generate scripts as if the user had run the Data / Schema compare UISchema View• API Access to Schema View - Insert / Update / Delete to schema View and list schema objects and their associated filesDependency Tool Window• Dependency Tree - Show the dependencies ( incoming / outgoing ) for selected schema objects in a new tool windowMiscellaneous Tools• Script Preprocessor - Expand SQLCMD variables and include files and command line version (sqlspp.exe) & an MSBuild version ( wraps the command line version )