Re: Migrating DAta from MSSQL to postgre

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Migrating DAta from MSSQL to postgre
Дата
Msg-id 3DE365C5.3202.32E4251@localhost
обсуждение исходный текст
Ответ на Migrating DAta from MSSQL to postgre  (Savita <savita@india.hp.com>)
Список pgsql-general
On 26 Nov 2002 at 10:53, Savita wrote:

> Hi All,
>
> I need some help to migrate data from MSSQL to Postgres.
>
> I have the following a scnirio like.
>
> 1.I have a table in MSSQL.
> 2.I have another table in Postgres with different name and schema from the one
> which is present in MSSQL.
>
> Is it possible to migrate data from the table which is present in MSSQL to
> Postgres.

Obviously there are some commanalities between these two.. Some little scripts
in sed and awk might get you the text formatting needed for interoperation.

Text dump from one table and text load to other is the only way I can think..

HTH

Bye
 Shridhar

--
Random, n.:    As in number, predictable.  As in memory access, unpredictable.


В списке pgsql-general по дате отправления:

Предыдущее
От: "annachau"
Дата:
Сообщение: Re: Migrating DAta from MSSQL to postgre
Следующее
От: Savita
Дата:
Сообщение: Re: Migrating DAta from MSSQL to postgre