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

- 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,180
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
- Cloud Expo New York: Cloud Is Changing the Economics of Business
- AMD and Adobe Collaborate on Upcoming Version of Adobe Premiere Pro Software to Enable Breakthrough Video Editing Performance Through Open Standards
- State and Local Governments Adopt Microsoft Dynamics CRM to Improve Citizen Service Delivery
- Windows Azure IaaS Reaches General Availability
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- Enterasys Spotlights SDN's Impact on Traditional Networking in Upcoming Webinar
- Cloud Expo New York: Delivering Digital Marketing on the Cloud
- Cloud Expo New York: Deploying Hybrid Cloud for Performance and Uptime
- Gravitant Supports General Dynamics Information Technology in Offering New Cloud Brokerage Services to Government Entities
- Big Data Isn’t About the Database, It’s About the Application
- Basho Announces Open Source Riak CS and General Availability of Riak CS Enterprise v1.3
- Cloud People: A Who's Who of Cloud Computing
- Cloud Expo New York: Best CIO Practices Shared from SHI’s Customers
- Cloud Expo New York Speaker Profile: Greg O'Connor – AppZero
- Examining the True Cost of Big Data
- Cloud Expo New York: Cloud Is Changing the Economics of Business
- Cloud Expo New York: How to Use Google Apps Script
- Cloud Computing Bootcamp at Cloud Expo New York
- AMD and Adobe Collaborate on Upcoming Version of Adobe Premiere Pro Software to Enable Breakthrough Video Editing Performance Through Open Standards
- State and Local Governments Adopt Microsoft Dynamics CRM to Improve Citizen Service Delivery
- Windows Azure IaaS Reaches General Availability
- Salesforce.com Executives to Participate in Upcoming Investor Events
- Software Defined Networking – A Paradigm Shift
- The Top 150 Players in Cloud Computing
- Where Are RIA Technologies Headed in 2008?
- FullArmor GPAnywhere Secures Microsoft Application Virtualization Applications Through Group Policy
- SYS-CON's Virtualization Conference & Expo: Themes & Topics
- SYS-CON's Virtualization Journal Opens Its "Readers' Choice Awards" Nominations
- "Virtualization Is Now a Key Strategic Theme," Says Citrix CTO
- Application Virtualization: Instant Migration to Vista, Fast Delivery, Secure Access, Side-by-Side Deployments
- Application Virtualization
- Integration with Windows Vista, Microsoft Excel, and Microsoft Application Virtualization
- The Top 250 Players in the Cloud Computing Ecosystem
- What's the Difference Between Cloud Computing and SaaS?
- Has the Technology Bounceback Begun?








































