| By Jayaram Krishnaswamy | Article Rating: |
|
| January 5, 2013 03:49 PM EST | Reads: |
1,301 |

- Click open BIDS from its shortcut.
- Create a Integration Services Project after providing a name for the project. Change the default name of the Package file.
- Drag and drop a Data Flow task to the Control Flow tabbed page of the package designer surface.
- In the bottom pane Connection Managers, configure connection managers one each for SQL Azure database; VerticalPart database on SQL Server 2008; and an MS Access database as shown.
- Create an MS Access database (Access 2003 format) and use it for this connection.
- Add two ADO.NET data flow sources to the tabbed designer pane Data Flow.
- Rename the default names of the source components to read From SQL Azure Database and From SQL Server 2008 database.
- Configure the ADO.NET Source Editor connected to SQL Azure to display the following as shown in the next image.
- Configure the ADO.NET Source Editor connected to SQL Server to display the following as shown in the next image.
- Drag and drop two Sort dataflow controls from the Toolbox to the design surface just below the ADO.NET data sources.
- Start with the one that is going to be receiving its input from the From SQL Azure Database source control.
- Click From SQL Azure Database and drag and drop the green dangling line on to the Sort control below it as shown.
- Double click the Sort control to display the Sort Transformation Editor and place a check mark for EmployeeID as shown.
- Repeat the same procedure for the From SQL Server 2008 Database source. Now we have two sort controls receiving their inputs from two source controls with outputs sorted.
- Drag and drop a Merge Join Data Flow Transformation from the Toolbox on to the design surface.
- Click the Sort data flow transformation on the left (connected to From SQL Azure Database) and drag and drop its green dangling line on to the Merge Join data flow transformation.
- Select the Merge Join Left Input and click OK.
- Repeat the same for the other Sort on the right (this time select Merge Join Right Output).
- Double click Merge Join to open the Merge Join Transformation editor page as shown.
- Place check mark for EmployeeID in both the Sort lists shown in the top pane. The bottom pane gets populated with Input columns and Output aliases. Make sure the join type is Left outer join as in the above image (use drop-down handle if needed).
- In the MS Access database you created while setting up the Connection Managers create a table, Salary Report table with the design parameters shown in the next image.
- Drag and drop an OLE DB Destination component from the Toolbox on to the package designer pane just underneath the Merge Join component.
- Drag and drop the green dangling line from Merge Join to the OLE DB Destination component.
- Double click the OLE DB Destination component to open its editor and fill in the details as follows:
- Click Mappings to verify all the columns are present.
- Build the project and execute the package.
Read the original blog entry...
Published January 5, 2013 Reads 1,301
Copyright © 2013 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jayaram Krishnaswamy
Jayaram Krishnaswamy is a technical writer, mostly writing articles that are related to the web and databases. He is the author of SQL Server Integration Services published by Packt Publishers in the UK. His book, 'Learn SQL Server Reporting Services 2008' was also published by Packt Publishers Inc, Birmingham. Most recently his book, "Microsoft SQL Azure Enterprise Application Development" (Dec 2010) was published by Packt Publishing Inc. He writes articles on several topics to many sites.
- Cloud People: A Who's Who of Cloud Computing
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- Streamline Health® Engages KPMG as Its New Independent Registered Public Accountants
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- Cloud Expo New York: Developing the World’s First IaaS Marketplace
- Cloud Expo New York: Aligning Your Cloud Security with the Business
- Commander of U.S. Cyber Command and National Security Agency Director, General Keith Alexander, To Keynote Day One of Black Hat USA 2013
- Five Big Data Features in SQL Server
- According to Nick Gholkar, Accounting Apps Make Conducting Business Easier
- NIST to Sponsor FFRDC Widespread Adoption of Integrated CyberSecurity
- Cloud Business Solutions, Social Media, and Platform Systems of Engagement Market Shares, Strategies, and Forecasts, Worldwide, 2013 to 2019
- Lunch Keynote at Cloud Expo | Strategies for App Delivery in the Cloud Era
- Cloud People: A Who's Who of Cloud Computing
- Windows Azure IaaS Reaches General Availability
- AMD and Adobe Collaborate on Upcoming Version of Adobe Premiere Pro Software to Enable Breakthrough Video Editing Performance Through Open Standards
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- State and Local Governments Adopt Microsoft Dynamics CRM to Improve Citizen Service Delivery
- Cloud Expo New York: Deploying Hybrid Cloud for Performance and Uptime
- Predixion Software Announces General Availability of the Latest Version of its Predictive Analytics Platform
- Streamline Health® Engages KPMG as Its New Independent Registered Public Accountants
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- MEI Pharma Announces $15.2 Million Registered Offering Of Common Stock
- Cloud Expo New York: Developing the World’s First IaaS Marketplace
- Cloud Computing Is Simplifying Things
- Google Maps and ASP.NET
- Converting VB6 to VB.NET, Part I
- How to Write High-Performance C# Code
- Where Are RIA Technologies Headed in 2008?
- Crystal Reports XI & How It Has Changed
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Programmatically Posting Data to ASP .NET Web Applications
- Implementing Tab Navigation with ASP.NET 2.0
- AJAX World RIA Conference & Expo Kicks Off in New York City
- i-Technology Viewpoint: "SOA Sucks"
- .NET Archives: Getting Reacquainted with the Father of C#
- i-Technology Photo Exclusive: Bill Gates & Steve Jobs In "Nerds"







































