08-10-05 01:49 AM
I have had good experiences with a central SQL server for multiple
developers, all using Virtual PC with Win2K3, MCMS and VS.NET. I have
also set up, on the SQL server, a second database and instance of MCMS
- so the SQL server is ultimatly both an SQL server and an MCMS
instance. Tie the MCMS instance on the SQL server to the second
database so you can create an integration environment. Once developers
are done with their code, they can migrate the template files to the
SQL server and import the SDO from the development database to the
integration database for further testing.
Shawn
cgi1 wrote:
> Hello,
>
> We are currently in the process of migrating to MCMS2002. What is the best
> practice to set up the SQL database for a shared development environment?
We
> have consultants who are suggesting to put SQL server on each developer's
> machine and then have the developers sync up with the central SQL server b
y
> means of running SDO extracted from central SQL periodically. I am leaning
> towards following Microsoft's guide, i.e. install a central development SQ
L
> server period and have every single development machine points to the same
> database on that server.
>
> I can see a point that raised by the consultants that the placeholder
> definition is stored in SQL and cannot be rollback if change is made on a
> central SQL server setup. On the other hand, I see immediate problems with
> trying to synchronize all the SQL servers on different machines.
>
> Any suggestions?
>
> thanks.
[ Post a follow-up to this message ]
|