Google Maps Destination

Your rating: None Average: 2 (1 vote)

Overview

Data flow destination for creating Google Maps. The script has the following parameters:

  • Username – specifies Google service user name.
  • Password – specifies Google service password.
  • IsPrivateMap – indicates whether the create map is private.
  • MapName – specifies map name.

Requirements

Depends on CozyRoc Script Component Plus component for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.4 SR-3 library.
Requires Google GData .NET Client 1.6 library.

Deployment of Google GData .NET Client

After you download Google.GData.Client.dll you have to:

  • Deploy it in the Global Assembly Cache (GAC).
  • For SQL 2005: copy the library to C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
  • For SQL 2008: copy the library to C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies

Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • Google.GData.Client

ScriptMain