Actually, wala pa ko nakagamit ug POSTGRE, but i think converting it directly to postgre format will have datatype issues. Same with MSSQL to ORACLE.
By Converting it *.csv ang iya data will be string, after parsing the data from *.csv, then thats the time i-insert sa table na manually created, at least ang mga datatype kay han-ay na.
Thanks
I think you didn't got the point. I meant was converting it direcly into POSTGRE sql format.
.csv, is a text format.
.sql, is also a text format.
If we undergo CSV, that means you are parsing twice.
If you parse it into POSTGRE text file command, you are parsing directly.
DATATYPES doesn't matter as long as you include it properly in the commands within your SQL text file.
sometimes CSV has issues. Because sometimes it does not target the actual arrangement of the fields.
Last edited by dodie; 05-06-2009 at 10:43 AM.
i thought wla maka tabang nko ngari..karon pako ni balik ug visit ani nga thread..hehe...
daghan man d i ang nang reply...
this is what i did...mas nice xa ky control nmo tanan, bt ikaw jud mobuhat sa structure sa database nga imong balhinan....i think my mssql to postgresql data migration is successfull...hahah...wla pa jud nuon macheck nko tanan nga data...bt so far so gud...heheh..
Last edited by ingkiang; 05-07-2009 at 11:46 AM.
why not make a program to transfer your data.
Similar Threads |
|