Say I have a VB.NET app that uses a SQLExpress database and ship an installation CD to several clients to install the app.
If say later, there is database updates .. say
1. some new columns have been added to some tables
2. maybe new stored procedures created
Question: How can I send these updates to my clients, (like altering the tables .. etc) without the clients loosing previous data? Can u give different scenarios with pros and cons, please?
If say later, there is database updates .. say
1. some new columns have been added to some tables
2. maybe new stored procedures created
Question: How can I send these updates to my clients, (like altering the tables .. etc) without the clients loosing previous data? Can u give different scenarios with pros and cons, please?