SQL Server Integration Services (SSIS) |
- retrieve data from just about any source
- perform various transformations on the data; e.g. convert from one type to another, convert to uppercase or lowercase, perform calculations, etc.
- load data into just about any source
- define a workflow
In this tutorial we will step through a number of topics that you need to understand in order to successfully build an SSIS package. Our high level outline is as follows:
- Creating SSIS packages with SQL Server Management Studio (SSMS)
- Business Intelligence Development Studio (BIDS)
- Creating a simple SSIS package in BIDS
- Deploying SSIS packages
- Executing SSIS packages
No comments:
Post a Comment
Comment Here