Hello everyone
When trying to redesign, expand or add more functionality to an existing database with lots of data in it, what type of tasks can break your database ?
For example if you do any of the following things:
- adding a column to a table
- adding a new table
- renaming a column in table
- changing the data type of a column
- adding a relation to a table
- renaming a text box, a combo box or a button on a form or a table
- changing the validation rules of a column
Some tasks like deleting a table or a relation will obviously break your database, but what about other tasks I mention above ? how can I make sure that when I change a design aspect in my database that I will not break it ?