Hi folks,
I'm looking at adding Visual Studio Database Edition (aka. VSDE) to my version of VS2008.
Q1. What's the order of install of these products? is this ok?
Update: Fixed the ordering of the install, based on feedback.
- VS2008 (c# [no sub options], web dev, ts tools. nothing else).
- Team Foundation Client (found on our msdn dvd)
- VSDE
VSDE GDR (I think we downloaded this from download.microsoft.com)VS2008 SP1- VS2008 SP1
- VSDE GDR
Q2. Is it 'acceptable' to not have sql server installed on the client machines but use a dev box? what about private instances of their dev data? Basically, we don't install sql on our vista dev boxes. I personally don't like having extra services which i might not use all the time. We have 3 DB's usually - Dev, Test, Production. Should we make multiple Sql instances on our dev box (for example) which could be SqlMachine\User1, SqlMachine\User2, etc.. and the root SqlMachine is 'Dev'. This way, we can each use VSDE to play with our own db instance and this then goes up to the Dev instance?
(i hope that made sense).
cheers!