150 likes | 350 Views
SAP & SQL Server 2005 Integration Services Integration (Entry level). Microsoft Corporation SAP-Microsoft Competence Center (Tokyo). Landscape. SAP. Region info table (T005U). Flat text file. SAP R/3 SAP ERP. 3. SQL Server Integration Services package development.
E N D
SAP & SQL Server 2005 Integration ServicesIntegration (Entry level) Microsoft CorporationSAP-Microsoft Competence Center (Tokyo)
Landscape SAP Regioninfo table(T005U) Flat text file SAP R/3SAP ERP
3. SQL Server Integration Services package development • Creating an Integration Services project • Creating an ADO .NET connection for SAP • Designing SAP table extract and data load • Debugging the package • Executing the package
SQL Server BI dev studio 3-1. Creating an Integration Services project
SQL Server BI dev studio 3-2. Creating a new ADO .NET connection for SAP
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-3. Designing SAP table extract and data load
SQL Server BI dev studio 3-4. Debugging the package
SQL Server BI dev studio 3-5. Executing the package
Disabling data validation • ADO provider by default does not handle garbage values in the DATS/TIMS column. There is a workaround: • “SELECT * FROM TABLE” should instead be “SELECT * FROM TABLE OPTION ‘disabledatavalidation’” • The DATS/TIMS column will be exposed as Strings instead of .NET DateTime