| Sql Server Integration Services with the acronym SSIS is a comprehensive ETL tool that made its debut with SQL Server 2005. It is a tool tightly integrated with the Visual Studio 2005 having all the functionalities that its forerunner DTS (Data Transformation Services) had in SQL Server 2000. This does not mean that it is just an improvement over DTS but a product which is totally different with a vastly improved interface; an extensible architecture; an enlarged tool set; ease of integration with other SQL Server Tools such as Analysis Services; capable of supporting connectivity with third party databases and bringing into a central location many database management tasks.
Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 provides you with the basic knowledge that you should have before you move on to more advanced ETL [Extraction, Transformation, and Loading]. The book will also provide you with a comprehensive description of the many designer windows that you may encounter while working with the designer. This guide provides the building blocks describing each block by way of an example as well as describing the nuts and bolts that bind the blocks. A majority of SSIS tasks are covered in this book and they are described fully in the summary of table contents section. You start building packages right from Chapter 2 and continue on to Chapter 20 gathering and building upon your knowledge in each step.
What you will learn from this book
After reading this book you will learn:
* Understand the Visual Studio 2005’s IDE as related to SSIS
* Working with single and multiple tasks; working with more than 20 different tasks.
* Connecting to Microsoft Access, Flat Files, Excel Spread Sheets and third party vendor product
* Linking data source and data destination to a task
* Learn how to send emails and ftp files
* Transforming data from a source going to a destination
* Using the scripting support that the IDE provides
* Learn how to monitor the data as it is being transported also new in SQL 2005 Server
* Learning about tasks such as web service and XML, which are new in SQL Server 2005
* Understanding how to use and handle events |