Cargando…

Building custom tasks for SQL server integration services : the power of .NET for ETL for SQL Server 2019 and beyond /

Build custom SQL Server Integration Services (SSIS) tasks using Visual Studio Community Edition and C#. Bring all the power of Microsoft .NET to bear on your data integration and ETL processes, and for no added cost over what you've already spent on licensing SQL Server. New in this edition is...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Leonard, Andy (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, California] : Apress, [2021]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • The Story of This Book
  • Preparing the Environment
  • Creating the Assembly Project
  • Check-In the Project Code
  • Signing the Assembly
  • Preparing to Build
  • Coding the Task
  • Coding a Simple Task Editor
  • Signing and Binding
  • Expanding Editor Functionality
  • Minimal Coding for the Complex Editor
  • Editor Integration
  • Implement Views and Properties
  • Implement New Connection
  • Implement Use32bit, Synchronized, and LoggingLevel SettingsView Properties
  • Refactoring SourceConnection
  • Refactoring the SSIS Package Hierarchy
  • Instrumentation and Validation
  • Crushing Bugs
  • Adding Synchronous Execution Properties
  • Testing the Task
  • Building the Setup Project
  • Using the Execute Catalog Package Task in an SSIS Framework
  • Deploying to Azure-SSIS
  • Test the Task in Azure Data Factory
  • Notes from my Experience.