Dump from mssql

Поиск
Список
Период
Сортировка
От Sidar Lopez Cruz
Тема Dump from mssql
Дата
Msg-id OE65eQ6ThLjmSFXLNms0000968c@hotmail.com
обсуждение исходный текст
Ответы Re: Dump from mssql
Список pgsql-admin
how can i dump plaint text files from mssql to postgresql 7.3
the file format is...
 
"555555555","some people name",3
....
 
the table in mssql is
 
create table people (id varchar(20),name varchar(200),id_document bigint)
and the same in postgresql
 
remember that the file was generated by mssql with data transformation program (DTS)
 
S.O.S. i need to do this... for begin in postgresql?

:-) Sidar Lopez Cruz
- Cero Riesgo, S.A.

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: CREATE OR REPLACE TABLE ...
Следующее
От: Murthy Kambhampaty
Дата:
Сообщение: Dump/restoring a given table in a given schema