Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Updated Tables

Author  Topic 

snaayk
Starting Member

17 Posts

Posted - 2004-12-28 : 11:25:22
What are the best-practices for updating tables in a productive environment?

I have a web app that I deploy, it works great. I make some changes that I test and finalize on a dev server. WHat would be the best way to make the changes on the existing tables?

I usually keep track on paper what changes I have made and create a final sql file that will do the creates/alters as needed.

Is there a more automated method?

nr
SQLTeam MVY

12543 Posts

Posted - 2004-12-28 : 11:54:26
see
http://www.mindsdoor.net/SQLServerReleaseControl.htm



==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -