DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
No votes yet


Overview

Data flow destination for creating Google Maps.


Setup

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 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
  • For SQL 2012: copy the library to C:\Program Files\Microsoft SQL Server\110\SDK\Assemblies
  • For SQL 2014: copy the library to C:\Program Files\Microsoft SQL Server\120\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