Обсуждение: tool for migration

Поиск
Список
Период
Сортировка

tool for migration

От
Marcos Luiz Onisto
Дата:
helo all,

i'm new user this list and also new user of postgres.
well, i think that my problem is simple to be solved.
i'm tring to make one migration from sql2000 for postgres, 
but i don't know that tool i use!
can everyone help me, please?

thanks advanced,

-- 
+-----------------------------------------+
+ ''Contact also a System Administrator'' +
+-----------------------------------------+
+ Marcos Luiz Onisto - ICQ: 11190434      +
+ Administrator at UOL - Universo OnLine  +
+  mailatjob: bigadmin@bol.com.br         +
+ mailathome: bigadmin@uol.com.br         +
+     phone : +55 11 3858-0075            +
+       cell: +55 11 9365-0971            +
+-----------------------------------------+


Re: tool for migration

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Marcos Luiz Onisto [mailto:mlonisto@uol.com.br]
> Sent: 14 August 2002 14:04
> To: pgsql-interfaces@postgresql.org
> Subject: [INTERFACES] tool for migration
>
>
> helo all,
>
> i'm new user this list and also new user of postgres.
> well, i think that my problem is simple to be solved.
> i'm tring to make one migration from sql2000 for postgres,
> but i don't know that tool i use!
> can everyone help me, please?

Try pgAdmin II with the Migration Wizard plugin. The current development
code has some enhancements for SQL Server.

http://www.pgadmin.org/

Regards, Dave.


Re: tool for migration

От
Marcos Luiz Onisto
Дата:
Helo all,

perfect alternative, but i have a problem.
i'm tring to make a migration 
from sql2000 (exactly win2000 or NT) for postgres (exactly linux "that dont has xfree") 
which tool i could use?

thanks advanced,


On Wed, 14 Aug 2002 14:09:28 +0100
"Dave Page" <dpage@vale-housing.co.uk> wrote:

> 
> 
> > -----Original Message-----
> > From: Marcos Luiz Onisto [mailto:mlonisto@uol.com.br] 
> > Sent: 14 August 2002 14:04
> > To: pgsql-interfaces@postgresql.org
> > Subject: [INTERFACES] tool for migration
> > 
> > 
> > helo all,
> > 
> > i'm new user this list and also new user of postgres.
> > well, i think that my problem is simple to be solved.
> > i'm tring to make one migration from sql2000 for postgres, 
> > but i don't know that tool i use!
> > can everyone help me, please?
> 
> Try pgAdmin II with the Migration Wizard plugin. The current development
> code has some enhancements for SQL Server.
> 
> http://www.pgadmin.org/
> 
> Regards, Dave.
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


-- 
+-----------------------------------------+
+ ''Contact also a System Administrator'' +
+-----------------------------------------+
+ Marcos Luiz Onisto - ICQ: 11190434      +
+ Administrator at UOL - Universo OnLine  +
+  mailatjob: bigadmin@bol.com.br         +
+ mailathome: bigadmin@uol.com.br         +
+     phone : +55 11 3858-0075            +
+       cell: +55 11 9365-0971            +
+-----------------------------------------+


Re: tool for migration

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Marcos Luiz Onisto [mailto:mlonisto@uol.com.br]
> Sent: 14 August 2002 15:38
> To: pgsql-interfaces@postgresql.org
> Subject: Re: [INTERFACES] tool for migration
>
>
> Helo all,
>
> perfect alternative, but i have a problem.
> i'm tring to make a migration
> from sql2000 (exactly win2000 or NT) for postgres (exactly
> linux "that dont has xfree")
> which tool i could use?

Doesn't matter, pgAdmin will run on your SQL box and talk to your linux
box.

Regards, Dave.