![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi Michael, i can only give you my opinion on whether to use text files or odbc for the ETL process. Both ways are a valid approach. if you use odbc, I think you are trading flexibility for speed. Transferring data from server A to server B directly will usually be faster. On the other hand, if you use text files (with any delimiter or xml), you have less speed. But you have a backup data file in case something goes wrong ... and you have a format any customer will be able to provide. It might save you lots of time and trouble, if you tell the customer that he has to provide a text file in a precise format... instead of implementing a database interface. If your client changes his database or application, chances are good, he will still be able to produce a text/xml file. But he might not have an odbc source any more. In future I would go with xml. HTH Lutz So I personally |
![]() |
| Thread Tools | |
| Display Modes | |
| |