Extending SSIS with .NET Scripting: A Toolkit for SQL Server Integration Services (Paperback)
暫譯: 使用 .NET 腳本擴展 SSIS:SQL Server 整合服務工具包 (平裝本)

Joost van Rossum

  • 出版商: Apress
  • 出版日期: 2015-10-07
  • 售價: $3,750
  • 貴賓價: 9.5$3,563
  • 語言: 英文
  • 頁數: 500
  • 裝訂: Paperback
  • ISBN: 1484206398
  • ISBN-13: 9781484206393
  • 相關分類: .NETMSSQLSQL
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Extending 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. The detailed explanation of the Script Task and Script Component foundations helps you develop your own scripting solutions, but this book also shows a broad arsenal of readymade and well-documented scripting solutions for common problems. All examples are in both C# and VB.NET, and work for all current versions of SSIS.

SSIS is one of the leading ETL, Data Consolidation, and Data Transformation tools in today’s market. SSIS is used by ETL Developers, DBAs and Data Analysts to transform data as required for different ETL processes. There are many built-in components and tasks to help developers to perform actions. For example, there are tasks for sending and receiving files through FTP, sending an email, and for accessing a wide range of database management systems. Yet there are times when developers require a task or component that does not exist and it would make their life much easier if they could create that task or component, and that is what this book it is about. It shows how to write .NET scripts and use the powerful Microsoft .NET library to implement new functionality as needed.

  • Provides a timeless scripting toolkit for all current SSIS versions
  • Gives a comprehensive explanation of scripting in SSIS
  • Offers a wide array of readymade examples for everyday problems

    What you’ll learn

    • Build solutions around the Script Task and Script Component

    • Apply readymade scripting examples from the book to your own projects

    • Create own scripting solutions that are written in Microsoft .NET

    • Implement custom tasks, enumerators, connection managers, and transformations

    • Automate execution of SSIS packages through scripting

    • Understand tradeoffs to properly apply different customization options

    Who this book is for

    Scripting SSIS with .NET is aimed at developers with at least some experience in creating SSIS packages. It is especially targeted at those who have encountered limitations using out-of-the-box tasks and transformations. A secondary audience are those with .NET programming experience who are now heavily involved in database, and especially in ETL work.

    Table of Contents

    Introduction

    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:Advanced Solutions with Script Task

    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 Data Flow Components

    Part V: Scripting from .NET Applications

    Chapter 18: Package Creation

    Chapter 19: Execution and Deployment

    Chapter 20: Best Practices

    商品描述(中文翻譯)

    擴展 SSIS 與 .NET 腳本》是一本經典且全面的 SQL Server 整合服務 (SSIS) 腳本工具包,旨在解決 SSIS 開發人員日常遇到的各種問題。對於 Script Task 和 Script Component 基礎的詳細解釋幫助您開發自己的腳本解決方案,但本書同時也展示了一系列現成且文檔完善的腳本解決方案,針對常見問題提供解決方案。所有範例均以 C# 和 VB.NET 提供,並適用於所有當前版本的 SSIS。

    SSIS 是當今市場上領先的 ETL、數據整合和數據轉換工具之一。ETL 開發人員、資料庫管理員 (DBA) 和數據分析師使用 SSIS 根據不同的 ETL 流程需求轉換數據。SSIS 提供了許多內建的組件和任務,幫助開發人員執行各種操作。例如,有用於通過 FTP 發送和接收文件、發送電子郵件以及訪問各種數據庫管理系統的任務。然而,有時開發人員需要的任務或組件並不存在,如果能夠創建該任務或組件,將會使他們的工作變得更加輕鬆,這正是本書的主題。它展示了如何編寫 .NET 腳本並利用強大的 Microsoft .NET 庫來根據需要實現新功能。

    - 提供適用於所有當前 SSIS 版本的經典腳本工具包
    - 詳盡解釋 SSIS 中的腳本
    - 提供針對日常問題的各種現成範例

    ### 您將學到的內容
    - 圍繞 Script Task 和 Script Component 構建解決方案
    - 將書中的現成腳本範例應用於自己的專案
    - 創建用 Microsoft .NET 編寫的自定義腳本解決方案
    - 實現自定義任務、列舉器、連接管理器和轉換
    - 通過腳本自動執行 SSIS 套件
    - 理解權衡以正確應用不同的自定義選項

    ### 本書適合誰
    使用 .NET 腳本 SSIS》針對至少有一些創建 SSIS 套件經驗的開發人員。特別針對那些在使用現成任務和轉換時遇到限制的人。次要讀者是那些具有 .NET 編程經驗,並且目前在數據庫,特別是 ETL 工作中深度參與的人。

    ### 目錄
    引言
    **第一部分:入門**
    第 1 章:SSIS 和腳本入門
    第 2 章:Script Tasks 與 Script Components
    第 3 章:.NET 基礎

    **第二部分:Script Tasks**
    第 4 章:Script Task 基礎
    第 5 章:文件屬性
    第 6 章:通過網際網路和網頁工作
    第 7 章:使用 Web 服務和 XML
    第 8 章:使用 Script Task 的進階解決方案

    **第三部分:Script Component**
    第 9 章:Script Component 基礎
    第 10 章:作為來源的 Script Components
    第 11 章:作為轉換的 Script Components
    第 12 章:作為目的地的 Script Components
    第 13 章:正則表達式
    第 14 章:反射
    第 15 章:Web 服務

    **第四部分:自定義任務和組件**
    第 16 章:創建自定義任務
    第 17 章:創建自定義數據流組件

    **第五部分:從 .NET 應用程式進行腳本編寫**
    第 18 章:套件創建
    第 19 章:執行和部署
    第 20 章:最佳實踐

    最後瀏覽商品 (20)