Avoid writing SQL queries altogether in SSIS

Posted by Jonn on Stack Overflow See other posts from Stack Overflow or by Jonn
Published on 2010-05-17T08:27:34Z Indexed on 2010/05/17 8:30 UTC
Read the original article Hit count: 262

Working on a Data Warehouse project, the guy that gave us the tutorial advised that we stick to using SQL queries over defining a lot of data flow transformations, citing points like it'll consume a lot of memory on the ETL box so we'd rather leave the processing to the DB box. Is this really advisable? Where's the balance between relying on GUI tools over executing a bunch of SQL scripts on your Integration package?

And honestly, I'd like to avoid writing SQL queries as much as I can.

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about datawarehousing