Team Edition for Database Professionals ("DataDude") CTP 5 Released
Microsoft has released the 5th Community Tech Preview (CTP) of Visual Studio Team Edition for Database Professionals, Microsoft's new database development product designed for managing all database change. Team Data for short, or codename "DataDude", is the first Microsoft tool to provide automatic support for database unit testing, generating test data, and refactoring. For example, an object name change in Team Data can propogate to all stored procedures that reference that object.
- Create and deploy a new database under version control.
- Put an existing database under version control, either by importing the schema from a database or by running existing scripts.
- Modify an offline representation of a database and then deploy the changes.
- Compare schemas or data between databases.
- Develop and run unit tests against database objects.
- Generate predictable, representative test data without compromising sensitive production data.
- Rename database tables, columns, views, or other objects and propagate those changes to the rest of the database project, which includes associated unit tests, views, stored procedures, triggers, and so on.
- Create, edit, validate, execute, and analyze scripts and queries.
Educational Content
Clojure in the Field
Stuart Halloway May 23, 2013
Tuning the Size of Your Thread Pool
Kirk Pepperdine May 23, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think