ALL >> Computer-Programming >> View Article
Sql Server Integration Services 2
It is necessary to identify all data formats at both the source and at the destination. Most often, they are quite different, with perhaps the odd commonality or two. Consider the case of a currency flat file. It would have four columns of data: the average rate of the currency, a currency key, a date key, and the end-of-day rate. This data is to be moved to another file, which is formatted differently, e.g., with columns for Column Name, Data Type, Lookup Table and Lookup Column. The Column Name will have four rows to incorporate the data input. These rows are the column headings of the source file, viz., average currency rate, a currency key, a date key, and the end-of-day rate. Analysis of the source and destination data formats indicates that lookups will be necessary for the CurrencyKey and TimeKey values.
In SSIS, the programmer will need to create a compatibility program. This involves a number of steps:
1. Creating a new integration services project
2. Adding and configuring a flat file connection manager
3. Adding and configuring an object linking and embedding-database (OLE DB) connection ...
... manager
4. Adding a data flow task to the package
5. Adding and configuring the flat file source
6. Adding and configuring the lookup transformations
7. Adding and configuring the OLE DB destination
The first step in creating such a program is to build what Microsoft calls an Integration Services project. This project includes the templates for the objects — data sources, data source views, and packages — that are to be used in a data transformation solution. The language factor, which is locale-sensitive data, is also an issue that needs looking at. If the computer is not configured to use the regional option English (United States), additional properties are to be integrated in the software to make it interpretable at the destination (see reference 1).
The second step in SSIS is adding and configuring a Flat File Connection Manager. Here, a Flat File connection manager is added to the package just created. Data can now be extracted from a flat file. Using this manager, file name and location, locale and code page, and the file format, including column delimiters, can be programmed to apply when data extraction begins. In addition, the data type for individual columns can be manually specified, apart from automatically mapping the extracted data to Integration Services data format. The remaining five steps can then be carried out by the programmer.
References:
1. http://msdn.microsoft.com/en-us/library/ms170057%28v=SQL.105%29.aspx
BY Unique Solutions of Advanced Technologies Inc
USATInc.com is the online presence of the company. They provide quality, reliable and cost effective IT Solutions that eliminate bottlenecks and frustration in running a business. USATInc.com is helping customers achieve success via custom software development, custom programming services, legacy applications management, IT consulting, and staff augmentation services. Their service offerings aimed to improve business operations, business efficiency and profitability.
Add Comment
Computer Programming Articles
1. Spark Matrix™: Data Intelligence PlatformsAuthor: Umangp
2. Golang Tutorial Explained: From Basics To Real-world Use
Author: Tech Point
3. Nodejs Tutorial: A Complete Beginner’s Guide To Learn Node.js Step By Step
Author: Tech Point
4. Angularjs Tutorial For Beginners And Professionals With Simple Examples
Author: Tech Point
5. Google Cloud Platform Tutorial: Step-by-step Introduction To Google Cloud
Author: Tech Point
6. Microsoft Azure Tutorial: A Beginner’s Guide To Cloud Computing With Azure
Author: Tech Point
7. How Thoughtful Web Development Improves User Experience And Business Trust
Author: Ramesh Roy
8. Git Tutorial: A Beginner’s Guide To Version Control And Git Basics
Author: Tech Point
9. Machine Learning Tutorial Explained Simply For Students And Beginners
Author: Tech Point
10. How Ai Is Transforming Logistics Software Development
Author: Chudovo
11. Top Seo Companies In Dubai For 2025
Author: webtek Digital
12. Hadoop Tutorial Step By Step: Learn Hadoop Basics To Advanced Concepts
Author: Tech Point
13. Data Science Tutorial From Scratch: Learn Data Science Step By Step
Author: Tech Point
14. Data Science With Python: Best Computer Course For Career
Author: TCCI - Tririd Computer Coaching Institute
15. Magento Web Development Agency: Empowering Brands With Scalable And Smart E-commerce Solutions
Author: Web Panel Solutions






