HomeForum
Welcome, Guest

Working wiht flat file databases from Faircom
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Working wiht flat file databases from Faircom

Working wiht flat file databases from Faircom 11 months, 3 weeks ago #2873

  • Chris
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Karma: 0
Hello.

We have about 100 and growing flat file databases from Faircom (Ctree Server). I have the ODBC driver and was already successful at creating the export/import form it to SQL Server Express 2005 using the Visual Importer.

My questions are related to scalability. Since I have 100, would I have to create 100 packages that did the same thing or could one package use some sort of input file(that contained a list of the directories or DSNs) and ETL
the data?

I would want something to be able to be run on a scheduled basis although not sure it needs to be a service.

That's about the main goal at this point. Any suggestions?

I might also be interested in the BI tool.
Cris

Re: Working wiht flat file databases from Faircom 11 months, 3 weeks ago #2874

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2191
  • Karma: 12
You can use use package variables to change conenction parameters dynamicaly

There are some examples in the documentation

Mike

Re: Working wiht flat file databases from Faircom 11 months, 3 weeks ago #2877

  • admin
  • OFFLINE
  • Moderator
  • Posts: 2191
  • Karma: 12
Or

Is is the only option to use a lot of DSN?
may be you can just copy all the files into one directory
so you can use the one DSN and specify the the mask to find the tables to load

or there is another option

create temporary directory
create dsn to point to this directory
creation import script to load data from this dsn

copy files from directory 1 into temporary directory

Load data

copy files from directory 2 into temporary directory

Load data

ETC

Peter
  • Page:
  • 1
Time to create page: 0.15 seconds

Testimonials

We had two thousands text files in same format. We were able to load them in one click using Visual Importer ETL.

Pol Barret,
Accountant

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top