Sterling H

Any idea when the Power Tools for DBPro will be released


Re: Visual Studio Team System - Database Professionals Power Tools for DBPro

Gert Drapers - MSFT

We are currently pushing the release bits and pages to the websites, will be live later today.

-GertD





Re: Visual Studio Team System - Database Professionals Power Tools for DBPro

Mark Giesen

And ready! There there and the install worked :-)





Re: Visual Studio Team System - Database Professionals Power Tools for DBPro

evjo

Where abouts are these tools




Re: Visual Studio Team System - Database Professionals Power Tools for DBPro

Mark Giesen

Powertools are at: http://go.microsoft.com/fwlink/ LinkId=88852

You need SR1 too: http://go.microsoft.com/fwlink/ LinkId=88853

And this is in the powertools:

  • Dependency Viewer
  • Refactoring
    • Move Schema
    • Expand Wildcard
    • Fully Quality Name
    • Refactor in to strongly typed DataSet definitions
    • Refactor Command Generator
  • Data Generation
    • Sequential Data Bound Generator
    • Editors for the Data Bound Generator, Sequential Data Bound Generator and RegEx String Generator to make configuration easier
    • The RegEx editor also tries to interpret your CHECK CONSTRAINTs and create a matching RegEx expression that you can use to generate data values that match the constraint definition
    • The RegEx editor can also be used for interactively defining and testing RegEx expressions and evaluate the output visually, which makes it a lot easier to create the right RegEx expression for your value domain.
  • MSBuild Tasks
    • SqlSchemaCompareTask; allows you to compare schemas between two database from the command line using MSBuild.
    • SqlDataCompareTask; allows you to compare the content of tables within two databases from the command line using MSBuild.
  • T-SQL Static Code Analysis
  • Miscellaneous tools
    • SQL script pre-processor command-line utility, which will expand all SQLCMD includes and variable definitions (sqlspp.exe)
  • Schema Manager API

This info (and more) can be found at Gert Drapers blog at http://blogs.msdn.com/gertd/





Re: Visual Studio Team System - Database Professionals Power Tools for DBPro

evjo

thanks dude.