On Tue, 1 Dec 2009 09:53:12 +0100
Ivan Sergio Borgonovo wrote:
> On Tue, 1 Dec 2009 11:39:06 +0900
> Schwaighofer Clemens wrote:
>
> > On Sun, Nov 29, 2009 at 21:21, Ivan Sergio Borgonovo
> > wrote:
> > > I need to create a new schema with all the content in an
> > > existing one, just with a
On Tue, 1 Dec 2009 11:39:06 +0900
Schwaighofer Clemens wrote:
> On Sun, Nov 29, 2009 at 21:21, Ivan Sergio Borgonovo
> wrote:
> > I need to create a new schema with all the content in an existing
> > one, just with a new name.
> > The way I've found is:
> > - make a backup
> > - load it in a de
On Sun, Nov 29, 2009 at 21:21, Ivan Sergio Borgonovo
wrote:
> I need to create a new schema with all the content in an existing
> one, just with a new name.
>
> The way I've found is:
> - make a backup
> - load it in a dev box
> - rename the schema
> - make a backup of the new schema
> - restore t
I need to create a new schema with all the content in an existing
one, just with a new name.
The way I've found is:
- make a backup
- load it in a dev box
- rename the schema
- make a backup of the new schema
- restore the new schema on the original DB.
Is there a more efficient approach?
--
Iv