I read this thread and have one more questions related to that How to make live changes to SQL server express
If I'm going to do as the marked right answerer. I'm going in to the server in management studio and to this
CREATE TABLE <table name> (
<attribute name 1> <data type 1>,
...
<attribute name n> <data type n>);
I know how to do it but i be more comfortable if it was the database on my computer and then i could upload it and merge it somehow.
so to my question: is it possible to work on the database on my computer and then upload it on the server and merge it with the live one and don't lose any data?