Hi,
When I install a SQL Server Express database on a computer and enter data, everything works fine.
But if I alter the the tables in the database an install a newer version of the database, the data in the database is erased as if I was a brand new one.
Is this normal, because the database schema changes?
the 'Copy to output Directory' is set to "Copy if newer"!?
If I wanted to update the application with more tables, how can I do it without losing the data already there?
Thanks in advance
When I install a SQL Server Express database on a computer and enter data, everything works fine.
But if I alter the the tables in the database an install a newer version of the database, the data in the database is erased as if I was a brand new one.
Is this normal, because the database schema changes?
the 'Copy to output Directory' is set to "Copy if newer"!?
If I wanted to update the application with more tables, how can I do it without losing the data already there?
Thanks in advance