aTekTipsUser
Programmer
I have set up a server (my computer) to be a development server. I have copied the databases to the development server and have made changes. How do I get the changes that I have made to the database (edited/deleted/added tables, stored procedures, etc) to the live server without affecting the data. I had set up scripts to import the live server data into the production server and set the production server as the live server, but they can be a pain to maintain. Any suggestions would be greatly appreciated.