Description
Book SynopsisExtending SSIS with .NET Scripting is a timeless and comprehensive scripting toolkit for SQL Server Integration Services to solve a wide array of everyday problems that SSIS developers encounter.
Table of ContentsIntroduction
Part I: Getting Started
Chapter 1: Getting Started with SSIS and Scripting
Chapter 2: Script Tasks vs Script Components
Chapter 3: .NET Fundamentals
Part II: Script Tasks
Chapter 4: Script Task Foundations
Chapter 5: File Properties
Chapter 6: Working Through Internet And Web
Chapter 7: Working with Web Services and XML
Chapter 8: Common Real-World Scenarios with Script Tasks
Part III: Script Component
Chapter 9: Script Component Foundations
Chapter 10: Script Components as a Source
Chapter 11: Script Components as a Transformation
Chapter 12: Script Components as a Destination
Chapter 13: Regular Expressions
Chapter 14: Reflection
Chapter 15: Web Services
Part IV: Custom Tasks and Components
Chapter 16: Create Custom Tasks
Chapter 17: Create Custom Enumerators
Chapter 18: Create Custom Connection Managers
Chapter 19: Create Custom Data Flow Components
Part V: Scripting from .NET Applications
Chapter 20: Package Creation
Chapter 21: Execution and Deployment
Chapter 22: Best Practices