SSIS Teradata connect
SQL Server integration services 2008 provides 3 new connectivity options . The three new connectors (for Oracle, Teradata and SAP BW) will be available as a downloadable feature pack for Enterprise Edition. In this Paper I will Explain you how to use Teradata connectivity in SSIS . I am going to explain how to connect ADO NET Source to connect teradata database. How to use parameterized teradata queries in SSIS Integration services – Teradata connectivity For any Dot net application to connect Terdata database we need to have Teradata .Net Provider . This is required for SSIS also . The Offical downloads for Teradata .Net data Provider are available at http://downloads.teradata.com/download/connectivity/dot-net-data-provider The first step we need to do to connect teradata from SSIS is install teradata .Net data provider in the system . Step 1 : Create connection manager First create a connection manag...