Re: Version Control
- From: "Jeff Lynch [MVP]" <jeff.lynch@xxxxxxxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 14:40:49 -0600
Paul,
Microsoft is poised to release Visual Studio Team Edition for Database Professionals which will allow (or perhaps force) your developers to work in a disconnected fashion while developing and testing databases, stored procedures, etc. I think this, along with Team Foundation Server for source control will provide exactly what you are looking for.
I've written a few recent posts about this new product.
http://codebetter.com/blogs/jeff.lynch/archive/2006/10/17/Visual-Studio-Team-Edition-for-Database-Professionals.aspx
http://codebetter.com/blogs/jeff.lynch/archive/2006/10/20/More-Thoughts-on-Visual-Studio-Team-Edition-for-Database-Professionals.aspx
--
Jeff Lynch
MVP Windows Server System - Commerce Server
http://codebetter.com/blogs/jeff.lynch
"Paul Daly" <PaulDaly@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:128B144B-3EFD-4130-8E22-D079F56288E7@xxxxxxxxxxxxxxxx
I have inherited a sql server that all developers can connect to and develop
against. I would prefer that we copy the database from the test server onto
our local computers, develop on our local copy of the database (scripting all
of our changes), and once we feel that are changes are complete, run the
script on the test server. Some developers aren't happy about this because
they don't want to have to make sure they have the latest changes on their
local database. I don't want them making changes to the server via
management studio and never knowing what the update was (which is the reason
why I want to force them to script their changes).
I'd like to collect feedback from others on how one could implement version
control for database schema / stored proceedures / user-defined functions...
basically anything but the data itself. What tools, best-practices do you
use to handle this senario?
Thanks in advance for your help,
Paul Daly
.
- Prev by Date: Re: SQL Server does not exist or acces denied
- Next by Date: MCSE,CCNA,CCNP Certificaiton Without Exams( PAY AFTER CHECK RESULTS)100% Passing Gaurantee
- Previous by thread: Re: Version Control
- Next by thread: Re: web server dmz sql server
- Index(es):
Relevant Pages
|
|