Good way to make changes to production database / source code
Posted
by
This is it
on Stack Overflow
See other posts from Stack Overflow
or by This is it
Published on 2011-01-14T16:51:42Z
Indexed on
2011/01/15
17:53 UTC
Read the original article
Hit count: 261
Hi
I'm interested to find out what would be the good way to make changes to production database and source code in web application (ASP.NET, SQL Server 2008).
A little bit more details, we develop on local machines, and then we need to transfer the code and database changes to production (pretty much standard story).
At the moment we do it in the evening, change the database directly from management studio on production server, and then just overwrite the existing asp.net code (copy/past).
Thanks
© Stack Overflow or respective owner