Visual Studio Team System 2008 Database Edition GDR Installation

First, download the new Data Dude.

Download page http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&displaylang=en Setup

  • Read Me

  • Documentation:

Once you get it going the install is pretty easy. Things to watch out for are:

  • Remove all previous versions before the install. This included any CTP or RC versions.
  • You will NOT be able to upgrade your projects built with the CTP releases! You should however be able to upgrade any projects built with the RC.

Installation

Uninstall old GDR versions

If you have a previous version of the GDR installed, you will have to uninstall these first. You can do this via Add/Remove Programs or from the command line using:

· msiexec /X {DDF197C6-4507-3A19-A4B5-0E17CC931370}

Prerequisites

Before you start downloading and installing please check if the following pre-requisites are present on your machine!

Installation

You can download the Visual Studio Team System 2008 Database Edition GDR from the following location:

  • Setup

  • Read Me

  • Documentation:

Contains:

Luckily I have just received a new install of Vista 64, so I have no previous versions to remove;)

Once the install if finished you will see that the GDR has replaced the standard Database Edition in visual studio.

About Visual Studio 

The “New Project” window will also have additional options and you can see the two new sort of project, “Database” and “Server”.

image

If you pick the “Wizard” you will be presented with a set of options for your project creation. Loads of people have documented what these options mean, so I will just give you a flavor with a wee video…

Please be patient with my videos as I am just getting to grips with this.

Technorati Tags:   

This article is part of the GWB Archives. Original Author: Martin Hinshelwood

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.