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.