SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Microsoft SQL Server Integration Services Feature Pack for Azure

leave a comment

Microsoft SQL Server  Integration Services Feature Pack for Azure として、

Microsoft SQL Server 2012 Integration Services Feature Pack for Azure
Microsoft SQL Server 2014 Integration Services Feature Pack for Azure

が提供されていますのでメモとして。

この、Feature Pack をインストールすることで、

制御フローとして、

  • Azure Blob Download Task
  • Azure Blob Upload Task
  • Azure HDInsight Create Cluster Task
  • Azure HDInsight Delete Cluster Task
  • Azure HDInsight Hive Task
  • Azure HDInsight Pig Task

image

データフロータスクとして

  • Azure Blob Destination
  • Azure Blob Source

image

が SSIS で使用できるようになります。

Azure ストレージついては、BLOB に保存されているファイルを指定したセパレーターで区切って読み込むことができるようです。

Polybase もそうですが、Table とは連携できないんですね。。。。

Share

Written by Masayuki.Ozawa

7月 15th, 2015 at 10:43 pm

Leave a Reply