Skip to main content

How to update a database

Keeping a database's structure up to date can be a rather complicated task. If one is maintaining a web server then it's at first sight a simple task of updating the database when the server is updated. But what to do when the web server is the actual product delivered to customers? Another problem is perhaps more obvious, the product is an application that gets regular updates with bug fixes or new features.

Read my full article at The Code Project.

Comments