If somebody could point me into the direction how to learn about this or even if its possible.
I'm developing a new website locally with SQL Server 2005. I dislike having to detach it, ftp it to the production server then to reattach it.
Is there a way where I can make my development testing server put the new version of the SQL Server database to the production server? Sometimes I might add a few columns or change a datatype. Over time it its a hassle. My current method is to open a live database and to just add the new column or whatever. But its time consuming and there must be an easier way.
Thanks for any help. Wayne