The GDR RC Is Here!
During my session at PDC I announce the immediate availability of the Release Candidate (RC) of Visual Studio Team System 2008 Database Edition GDR. We are going through the last stages of the development process and we are getting ready to release. This release candidate is the first step towards the final build!
Since the September CTP we did not add any new features, we only worked on bugs and performance. The project format is final, and we do not anticipate any more changes in this area, so if you want to start upgrading your existing VS 2005 and/or VS2008 Database Projects this is the time. The self extracting installer (setup.exe) did change so the experience is slightly different due to a change in the underlying technology.
Pre-requisites:
The release candidate requires that the following components are installed:
Download location:
You can download the Release Candidate from the following location:
- Setup
https://download.microsoft.com/download/0/a/e/0ae1153a-8798-474a-93e6-d19299f37c8b/setup.exe - Read Me
https://download.microsoft.com/download/0/a/e/0ae1153a-8798-474a-93e6-d19299f37c8b/Readme.mht - Documentation:
https://download.microsoft.com/download/0/a/e/0ae1153a-8798-474a-93e6-d19299f37c8b/Documentation.zip
Contains:
* VSTS 2008 Database Edition GDR User Manual
* VSTS 2008 Database Edition GDR API Reference
NOTE: If you have a previous version of the GDR installed, you will have to first uninstall these before installing the RC bits!
Other notes:
- Make sure to uninstall previous CTP versions of the Visual Studio Team System 2008 Database Edition GDR.
You can use the following command line command to uninstall previous versions of the GDR
msiexec /X {DDF197C6-4507-3A19-A4B5-0E17CC931370}
- Project upgrades
- This RC upgrades existing projects from created with the released editions of Visual Studio Team Edition for Database Professionals and Visual Studio 2008 Team System Database Edition (incl. SP1).
- This RC does not upgrade project files created with previous CTP versions of the GDR release.
- PowerTools
- The Visual Studio Team System 2008 Database Edition Power Tools do not work in combination with the GDR release. We will update the Power Tools to support the GDR after the GDR has been released.
- Extensions
- Feature extensions like database generators, data distributions, static code analysis rules, refactoring types, refactoring targets and test conditions that you developed for previous releases or CTP versions of the GDR will need to be recompiled, to reflect API and namespace changes in the public API.
We are looking forward to your feedback which you can post to our MSDN forum and please file bugs and improvement requests using our Microsoft Connect site.
Thanks,
-GertD
Comments
Anonymous
October 27, 2008
PingBack from http://powertools.titeblog.com/?p=1589Anonymous
October 28, 2008
Yesterday Gert announced that the release candidate for Database Edition that enables support for SQLAnonymous
October 28, 2008
In an earlier post, you mentioned that this will be a "go-live" release. Is that still the case? Thanks! SteveAnonymous
October 28, 2008
The comment has been removedAnonymous
November 01, 2008
While I was at the PDC I missed the announcement that the release candidate for Database Edition wasAnonymous
November 01, 2008
While I was at the PDC I missed the announcement that the release candidate for Database Edition wasAnonymous
November 04, 2008
What an amazing piece of software you guys have put together. Thank you and keep it up!Anonymous
November 05, 2008
The Accentient Blog on 2010 Feature Preview for TFS: VSTS 2010 Ayman Badawi on Visual Studio 2010 and...Anonymous
November 25, 2008
We're considering using Data Dude for our product. However I haven't found a solution yet to mantain in easy/transparent way the so-called reference/static data (which heavily changes between versions). This data being :
- screenlabels (multilanguage)
- parameter (with default value sets)
- default steering info Now we're using the concept of post-build insert into scripts. Do you have any suggestion ? Thx in advance.