Packt Publishing Community, Experience, Distilled

Beginners Guide to SQL Server Integration Services Using Visual Studio 2005

HomeBooksSupportFreeAuthorsAward
BROWSE SEARCH SHOPPING CART CHECKOUT

 
SEARCH

Search our Site

 
Beginners Guide to SQL Server Integration Services Using Visual Studio 2005
 
Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 An ideal book for trainers who may want to teach an introductory course in SQL Server Integration Services or, to those who want to study and learn SSIS in a little over two weeks.
 

  • Environment set up for Visual Studio 2005 with respect to SSIS and multiple tasking
  • Connect to Microsoft Access, Text Files, Excel Spread Sheets
  • Transform data from a source going to a destination
  • Use the scripting support that the IDE provides and event handling
  • Learn about tasks such as web service and XML, which are new in SQL Server 2005
  • Read: Chapter 13 [PDF 2.9 MB] | Table of Contents
  • Available as an eBook to download immediately

 
Available Now
Cover price   $39.99
Special Offer   $31.99 save 20%
Change Currency   what is this?
Free shipping! US, UK, Europe & selected Asian countries
Where else can I buy this book?

Also available from:
READY TO BUY?

You can change your mind later
Returns Information
READY TO BUY?
  • Buy two eBooks, get 35% off
  • Buy two print books, get 18% off

We accept PayPal

eBook Version
READY TO BUY?



eBooks are non returnable and non refundable.
Packt eBook Licence agreement

Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 - PDF eBook
Adobe PDF eBook
Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 [eBook]
File size: 5.69 MB
Packt eBooks are a low cost and immediate companion or alternative to print books. Packt eBooks can be printed and are now copy-paste enabled.
Packt eBook User Guide

Buy two or more eBooks and get 35% off

eBook only
$31.99
$19.19
Save 40% off eBook
Book and eBook bundle $59.18
$36.79
 
Save 20% off Book & 85% off eBook

Code download
Request a Review Copy
Send us feedback on this title
Ask a question about this title

Sample Chapter 13: Package to copy a table from Oracle XE SSIS [2.9 MB]
Table of Contents
Book Details
Language English
Paperback 320 pages [191mm x 235mm]
Release date December 2007
ISBN 1847193315
ISBN 13 978-1-847193-31-5
Author(s) Jayaram Krishnaswamy
Topics and Technologies Microsoft & .NET

Discount Offer

+ Buy this book with Learning SQL Server 2008 Reporting Services and get 20% discount on both. Just add both books to your cart and the discount will be applied. 


This guide provides a detailed understanding of how tasks are designed by way of an example as well as describing the nuts and bolts that are used in configuring them. The majority of SSIS tasks are covered in this book and they are described fully in the summary of table contents section.

Read Chapter 13: Package to copy a table from Oracle XE SSIS [2.9 MB]

Book Reviews

DotNetSlackers.com: "If you’re feeling overwhelmed by how to get started with SSIS, you should definitely consider this book. You’ll go from clueless beginner to someone competent with SSIS very quickly, and the book serves as a nice reference even after you’ve worked with SSIS for a while." - Rich Dudley

Joseph Guadagno: In summary, this is a great book for beginners to SSIS and DBA's that what to start using Visual Studio to debug their SSIS packages.

Exforsys.com: If you are looking for a good book to start developing SSIS with Visual Studio 2005, this book provides a great start. This book could easily become a good reference book as the skills of the developer progresses in SSIS and Visual Studio.


In Detail

Sql Server Integration Services (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.

The 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 you with the blocks to build a complete package. It describes each block using examples as well as detailing the nuts and bolts that hold the blocks in place. The majority of SSIS tasks are covered in this book, which are described in full in the summary of Table of Contents. You will start building packages right from Chapter 2 and continue on to Chapter 20 gathering and building upon your knowledge in each step.

Read the full Table of Contents for Beginners Guide to SQL Server Integration Services Using Visual Studio 2005


What you will learn from this book

After reading this book you will be able to:

  • Understand the Visual Studio 2005’s IDE as related to SSIS
  • Work with single and multiple tasks; working with more than 20 different tasks.
  • Connect to Microsoft Access, Flat Files, Excel Spread Sheets and third party vendor product
  • Link data source and data destination to a task
  • Send emails and ftp files
  • Transform data from a source going to a destination
  • Use the scripting support that the IDE provides
  • Monitor the data as it is being transported also new in SQL 2005 Server
  • Learn tasks such as web service and XML, which are new in SQL Server 2005
  • Understand how to use and handle events

Chapter-by-Chapter

In Chapter 1, you will learn the various roles played by SSIS in the enterprise business. You will also learn about the various objects used in SSIS, most importantly the Package object; the Control Flow Elements; the Data Flow Components; the Event Handlers and other miscellaneous features of the VS 2005 IDE.

In Chapter 2, you will learn how to create your first business intelligence project for SSIS using the Visual Studio 2005 IDE. You will be introduced to the many windows that are used by SSIS specifically and a few other windows of the VS 2005 IDE used for projects and solutions. The hands-on at the end of the chapter helps you to examine on your own the key features of the IDE as well as how you may retrieve a VS 2005 created package using the SQL Server 2005 Management Studio.

In Chapter 3 you will learn how to send a mail by creating the Send Mail Task using the SMTP server that you can access. If you are not sure about your SMTP Server you may find that Hands-on Exercise 2 give you a better understanding of how to access the SMTP server.

In Chapter 4 you will learn how to create a SSIS package that transfers a table on your SQL Server 2005 to a flat file on your C: drive. You will also learn how to work with the Connection Managers that is so essential for data transformation tasks,

In Chapter 5 you will learn how to create a SSIS package that transfers a table on your SQL Server 2005 database to an Excel spread sheet. You will also learn how to connect to an Excel data destination.

In Chapter 6 you will create a package that transfers data from a table on your SQL Server 2005 to an MS Access Database. You will learn how to work with the Data Viewer that monitors the data flow.
 
In Chapter 7 you will create a package that uses the Bulk Insert Task to transfer data in a text file on your computer to a table in the SQL Server 2005. You will also learn about creating a table on your SQL Server 2005 using the Management Console.

In Chapter 8 you will create a package that conditionally splits the data from a SQL Server 2005 query and send them to multiple destinations. You will also learn to work with Recordset Destination, an in-memory ADO Recordset Object and use it to display the results of data splitting. Additionally you will learn about using Variables in an SSIS Package.

In Chapter 9 you will create a package that can aggregate data from a database using the Aggregate data Transformation. You will extract data from a SQL Server 2005 and load it in to a Recordset Object to review the aggregated results.

In Chapter 10 you will create a package that converts the data extracted from an Excel spread sheet source before loading it into a MS Access Database. You will also learn how to direct the data that is not accepted by the destination to another destination using the errors in data transformation.

In Chapter 11 you will create a package that shows you how to work with the XML Task. You will learn how to find differences between two XML files as well as applying XSLT (Transformation) to convert an XML file to an HTML file.

In Chapter 12 you will learn how to work with the various options of a File System Object and how to use a precedence constraint that orders the tasks before executing the Package. You will learn how to copy a file from one location on your computer to another.

In Chapter 13 you will learn how to copy a table on an Oracle 10G XE database to a database on the SQL Server 2005. You will also learn how to install an Oracle 10G XE server and work with its database objects.

In Chapter 14 you will create a package that returns the value returned by accessing a web service task. You will also learn how to create a web service task in Visual studio 2005.

In Chapter 15 you will create a package that uses a Transfer Database task from one SQL Serer to another SQL Server (a different version). You will also learn how to access a SQL Server database on a network node.

In Chapter 16 you will create a package that uses event handlers and you will be learning about OnError and on OnPostExecute events. You will also learn about the ExecuteSQL Task as well as the Execute Process Task.

In Chapter 17 you will create a package for transferring files using the File Transfer task. You will learn to work with both a local FTP site as well as remote FTP site.

In Chapter 18 you will create a package using the ActiveX Script Task. You will have access to a fully commented code to help you along. You will be using this task to work with a word document; SQL Server Management Objects; and an internet browser object.

In Chapter 19 you will learn about the Script Task by creating packages that you use to interact with your file system as well your SQL Server 2005 for a variety tasks such as from making a simple calculation to retrieving data sets and loading into text files.

In Chapter 20 you will create a package that uses a Management Plan Task to backup a database on your SQL Server 2005. You will also get a general understanding of the Management Plan tasks.

Approach

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). In each chapter you will get a little background of the SSIS task that you are going to create. You will then step through the numbered steps, creating, configuring, executing, and reviewing the results. The book has minimal coding (only two chapters) and exclusively uses the Visual Studio 2005 Designer.

Who this book is written for

This book is written for beginners in the developer track who are looking to get an exposure to SQL Server Integration Services; DBA's who are testing water with the Visual Studio IDE but without a wide programming experience; SQL 2000 Data Transformation Services users who are trying to move into SQL Server 2005 Integration Services; Microsoft programming professionals in Small Businesses who wear multiple hats (jack of all) - developer, programmer, and dba with a little bit of experience in each of these.

It is expected that you know how to manipulate window objects, like clicking; dragging and dropping; using contextual help, tabbing, etc. It is also expected that you are exposed to SQL Server database basics and that you understand connecting to a database server; querying the database; reviewing objects; displaying and reviewing properties of objects, etc.  Very little coding skill is assumed except that you can logically follow a fully commented code.

This book is ideal for trainers who may want to teach an introductory course in SQL Server Integration Services or, to those who want to study and learn SSIS in a little over two weeks.


Author(s)
Jayaram Krishnaswamy

Jayaram Krishnaswamy studied at the Indian Institute of Science in Bangalore India and Madras University in India and taught at the Indian Institute of Technology in Madras. He went to Japan on a Japanese Ministry of Education Research scholarship to complete his PhD in Electrical Engineering from Nagoya University. He was a Post Doctoral Fellow at Sydney University in Australia; a Government of India Senior Scientific Officer at the Indian Institute of Science in Bangalore and Indian Institute of Technology at Kanpur; a Visiting Scientist at the Eindhoven Institute of Technology in Netherlands; a Visiting Professor of Physics at the Federal University in Brazil; an Associate Research Scientist at a government laboratory in Sao Jose dos Campos in Sao Paulo, Brazil; a visiting scientist at the National Research Council in Ottawa, Canada before coming to USA in 1985. He has also taught and worked at the Colorado State University in Fort Collins and North Carolina State University in Raleigh, North Carolina. He worked with Northrop Grumman Corporation on a number of projects related to high energy electron accelerators / Free Electron Lasers. These projects were undertaken at the Brookhaven National Laboratory in Long Island and in the Physics Department at Princeton University. He has over 80 publications in refereed and non-refereed publications and 8 issued patents. He is fluent in Japanese and Portuguese and lives in Plainsboro, New Jersey, USA.

He has been working in the IT related fields since 1997. He was once a Microsoft Certified Trainer in Networking and a Siebel developer. He has worked with several IT related companies, such as the Butler International in their Siebel practice; several other IBM sub contractors and smaller companies. Presently he is active in writing technical articles in the IT field to many online sites such as CodeProject, APSFree.com, DevShed.com, DevArticles.com, OfficeUsers.org, ASPAlliance.com, ITToolbox.com, databasedev.co.uk, cimaware.com, and many others. During 2006-2007 he wrote more than 200 articles mostly related to database and web related technologies covering Microsoft, Oracle, Sybase, ColdFusion, Sun and other vendor products.



   




© Packt Publishing Ltd 2009

RSS