grab our rss feed

stevienova.com

Homepage of Steve Novoselac

Entries Tagged ‘ODBC’

ETL Method – Fastest Way To Get Data from DB2 to Microsoft SQL Server

For a while, I have been working on figuring out a “better” way to get data from DB2 to Microsoft SQL Server. There are many different options and approaches and environments, and this one is mine, your mileage may vary. Usually, when pulling data from DB2 to any Windows box, the first thing you might [...]

View Comments | 4,598 views

SSIS – Two Ways Using Expressions Can Make Your Life Easier – Multi DB Select, Non Standard DB Select

In SQL Server Integration Services (SSIS), pretty much every task or transformation lets you set “expressions” up. Expressions are basically ways to set property values programmatically. Here are two scenarios where you might use expressions (there are 100’s of uses, these are just two that are kind of related). Multiple Database Select – You have [...]

View Comments | 3,797 views