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.
Migration of Database Design
Re: Migration of Database Design
Please refer to the following link for details http://blog.devart.com/adapting-databas ... abase.html
Re: Migration of Database Design
Exactly what I was looking for Alexa, thanks so much.