Wie ich heute morgen auf Data Dude Blog gelesen habe, ist die Database Edtion für Visual Studio Team System 2008 fertig. Wie schon hier berichtet, können alle Besitzer der VSTS Developer Edition die Database kostenlos installieren.
Eine ausführliche Installationsanleitung und die Neuerungen findet man auf dem Data Dude Blog. (Achtung man muss die ältere Database Version deinstallieren).
Link:
Wie man im Data Dude Blog lesen kann, wird in der nächsten Version von Visual Studio Team System die Developer Edition und die Database Edition verschmelzen. (Yippie! :)
Als besonderes "Schmankerl" können alle Besitzer der VSTS Developer Edition mit Premium MSDN Abo, ab 01.10.08 die Database Edition kostenlos herunterladen und einsetzen. Dieses gilt auch für alle Team System 2005 Besitzer.
Es gibt ein SP für die VS 2005 TS Database Prof. Version.
Download: hier
Infos dazu: hier
Wie im DataDude Blog nachzulesen, sind die neuen Power Toys für die VS Team System 2008 Database Edition released wurden.
The Power Tools for 2008 contains all the functionality we shipped in 2005 plus: Command line SQL Static Code Analysis execution through MSBuild, this was the biggest customer request, which is why I was holding the release. This enables SQL Static Code Analysis to be an integrated part of Team Build! Data Generation Wizard; this is another customer request where we allow users to create a new data generation plan by pointing at an existing database, the plan will be fully configured by the wizard to pull all data from the database using the Sequential Databound Generator. This way users can use an existing data set and only override columns which impose risks because of for example privacy concerns and save about half a day or more of configuring a data generation plan from scratch, one column at the time. File based data generator; this allows you to insert the content of files in to the database (works for string and binary, not for XML yet). XML based data generator; this allows you to generate XML based on an XSD (the XSD has to be provided as file right now, and cannot be selected from database or inherited from the data type). Refactoring Command Generator has been made available as a MSBuild task for better project build integration so it can be made part of the pre-build and pre-deployment stages in the project. This allows users to automated the results of refactoring to some degree in to the project. We added two new test conditions for Database Unit Tests ChecksumCondition – Which you can use to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set. ExpectedSchemaTestCondition – Which you use to verify that the column names and data types of the returned data set match expected values.
The Power Tools for 2008 contains all the functionality we shipped in 2005 plus:
Download page:http://www.microsoft.com/downloads/details.aspx?FamilyID=73ba5038-8e37-4c8e-812b-db14ede2c354&displaylang=en
Installer download:http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/VSTSDB2008PT.msi
Documentation download:http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/Power Tools 2008.doc