Sql Server Development Server and Live

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-05-20T20:44:28Z Indexed on 2010/05/20 21:40 UTC
Read the original article Hit count: 147

I have a database project that goes through iterations (only one so far) and I need to deploy a testing version to a live server. I'm not sure how to go about this.

I can make all the changes in a copy and then remake those changes in the live version. That doesn't make sense.

Is there a way to change a server name to an existing server? What's the best practice for this scenario?

© Stack Overflow or respective owner

Related posts about t-sql

Related posts about sql-server-2008