Page 1 of 1

Migration of Database Design

Posted: Wed 23 Jul 2014 11:12
by BitMaster
Hi,

I have a database design which connects to a database called for example "test01". I have a new database called "test02" that is a duplicate of test01 with some new tables, otherwise identical. I would like my design to work with test02 instead of test01. How can this be done?

Thanks.

Re: Migration of Database Design

Posted: Wed 23 Jul 2014 11:59
by alexa
Please refer to the following link for details http://blog.devart.com/adapting-databas ... abase.html

Re: Migration of Database Design

Posted: Wed 23 Jul 2014 13:41
by BitMaster
Exactly what I was looking for Alexa, thanks so much.