abcfantasy
Programmer
I've got this application that uses database, and distribute it to the various users.
There are certain tables which each user changes, and other table which only the I can change.
If at a certain point I update the database, how do I update each of the user's databases without overwriting the tables they changed? (ie. without sending and overwriting the .mdf file)
I use Sql Server 2005 if it may be of any help.
Sorry if I wasn't clear enough
Thanks for any help
Andrew
ABC -
There are certain tables which each user changes, and other table which only the I can change.
If at a certain point I update the database, how do I update each of the user's databases without overwriting the tables they changed? (ie. without sending and overwriting the .mdf file)
I use Sql Server 2005 if it may be of any help.
Sorry if I wasn't clear enough
Thanks for any help
Andrew
ABC -