Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 What ETL Tool(s) does your company uses?

Author  Topic 

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2007-06-04 : 14:08:16
Our company is willing to switch ETL Tool vendors, we currently use AbInitio (http://www.abinitio.com) and we're looking for a new ETL tool.
If you can, let me know what you like/don't like on your current ETL software so I can take a look at what's available out there.


---
"Try not to become a man of success but rather try to become a man of value."

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-06-04 : 14:15:03
Why not just use Integration Services?

Tara Kizer
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2007-06-04 : 14:27:58
quote:
Originally posted by tkizer

Why not just use Integration Services?

Tara Kizer
http://weblogs.sqlteam.com/tarad/




Why not just use T-SQL and SQLCmd?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-06-04 : 14:35:35
Because Integration Services allows you to program. Using T-SQL and sqlcmd for complex transformations would not be easy.

I personally don't use Integration Services as we don't currently have a need for it. I simply use bcp and then T-SQL to transform. But you wouldn't want to do that for complex stuff.

Tara Kizer
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

igorblackbelt
Constraint Violating Yak Guru

407 Posts

Posted - 2007-06-04 : 15:59:23
I'm not that familiar with SSIS yet, we're trying to migrate smaller processes to SSIS to see how it goes, we could already tell that SSIS doesn't do a great job when it comes to manipulate files/data in files, for that, AbInitio still best, SSIS is just great when it comes to load and transform data from server to server, for that I'll give a 10/10.

I wish T-SQL and SQLCmd could handle it... We must use a whole separate ETL tool to integrate all the data we get from different vendors, abinitio does a great job on that plus applying business rules and manipulate files, it does all of that at the file level, we do all of these processes in the AbIntio environment and load the records to SQL Server afterwards.

I heard of another tool called "Informatica", I might give that a shot, let me know if anyone knows anything about this and any other tools.


---
"Try not to become a man of success but rather try to become a man of value."
Go to Top of Page

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-06-04 : 16:13:17
I worked on Informatica a little bit. We migrated data from DB2 to SQL Server and back. Just a combination of part legacy and part custom stuff. It was pretty good. Except the error messages are not all the time very explanative as to what went wrong. I have no idea of "AbInitio" so I cannot compare.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2008-02-20 : 16:42:53
quote:
Originally posted by tkizer

Because Integration Services allows you to program. Using T-SQL and sqlcmd for complex transformations would not be easy.

I personally don't use Integration Services as we don't currently have a need for it. I simply use bcp and then T-SQL to transform. But you wouldn't want to do that for complex stuff.

Tara Kizer
http://weblogs.sqlteam.com/tarad/



Complex stuff like what I wonder....

The informatica bug has cropped again around here, and I don't think there isn't anything I (or you guys) can't do in T-SQL

The only thing is the connection to disparate source, which if I remember looking a SQL Profiler, is probably not a good thing either



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-02-21 : 05:33:20
you might want to check out Rhino ETL: http://www.ayende.com/Blog/category/545.aspx
it's an open source ETL made by Ayende Rahien (a dude that is a legend in xDD community)
just because SSIS pissed him of immensly.

looks very promising.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com
Go to Top of Page

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2008-02-21 : 06:19:55
Where I am currently, they use SAS. It is better at data manipulation from files then SSIS and has helped me with a few strangely formatted files I have received.

Like everything though, it has its Pros and Cons.
Go to Top of Page
   

- Advertisement -