|
Home > Archive > MS SQL Data Warehousing > July 2005 > Help on ETL
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Mark00 2005-06-22, 9:23 am |
| Hi,
I'm still new to datawarehousing and right now I'm stuck on ETL. So can
anybody give me some links to a good online resurces about ETL technics.
Thanks,
Marius
| |
| Peter Nolan 2005-06-22, 11:23 am |
| Marius,
I have publushed the C (and cobol) code you need to emulate to load large
star schema DWs on my personal web page www.peternolan.com. Can't do much
more for free than publish the code you need to emulate..;-)
I have also published a lot of other materials there...
If you are using SQL Server you might want to use DTS.
Best Regards
Peter
"Mark00" <mstoncius@hotmail.com> wrote in message
news:O%23yTWoydFHA.3808@TK2MSFTNGP14.phx.gbl...
> Hi,
>
> I'm still new to datawarehousing and right now I'm stuck on ETL. So can
> anybody give me some links to a good online resurces about ETL technics.
>
> Thanks,
> Marius
>
| |
|
|
|
| C and COBOL? Are the comments written in King James english?
"Peter Nolan" <peter@peternolan.com> wrote in message
news:e5%23ano0dFHA.2664@TK2MSFTNGP15.phx.gbl...
> Marius,
> I have publushed the C (and cobol) code you need to emulate to load large
> star schema DWs on my personal web page www.peternolan.com. Can't do much
> more for free than publish the code you need to emulate..;-)
>
> I have also published a lot of other materials there...
>
> If you are using SQL Server you might want to use DTS.
>
> Best Regards
>
> Peter
>
> "Mark00" <mstoncius@hotmail.com> wrote in message
> news:O%23yTWoydFHA.3808@TK2MSFTNGP14.phx.gbl...
>
>
| |
| Peter Nolan 2005-07-20, 8:23 pm |
| Hi JT,
That's the 'free' stuff that includes many of the features needed to
build a DW....we used it in many clients in the 90s......(I've been
doing DWs since 1991 when C++ was a novelty and Java was a long time
from being invented....and cobol was still lingua franka of all
computing.....) I published it because I am often asked how to build
the ETL code to load type1/2 dimensions, facts, summaries etc.....my
answer was..."here is the code you need to replicate the functionality
of for free." I can't do much more than that for
free....(LOL).....also, because there are so many ETL tools, and they
have collapsed their processing and data structures, it's almost
pointless to publish code that loads DWs in any particular tool. I
released templates for loading Sybase IWS in DataStage and Informatica
and got absolutely no interest in them at all...which surprised me.....
The advanced C++/ODBC current version of our software that runs across
a variety of platforms, is not free so it's not published...;-) Though
I have published a lot of the source code for the free utilities my
company has released......email me if you want the address of our
company. my personal email is peter@peternolan.com. I don't want to be
putting my company address here...to much like advertising and I don't
want to do that here...
You might not believe this, but I believe there is still more cobol
code out there than C++/Java/VB etc put together......all speaking King
James english... (LOL)!!!
Peter
|
|
|
|
|