Skip to content
forked from jbrwn/SSIS-GDAL

GDAL components for SQL Server Ingetration Services

Notifications You must be signed in to change notification settings

infitude/SSIS-GDAL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSIS-GDAL

GDAL components for SQL Server Integration Services

alt tag

Requirements

  • Visual Studio 2015
  • SQL Server Data Tools
  • GDAL >= 2.0.1

Build

Before building you must create a strong-name key file to sign your assemblies:

sn.exe -k SSISGDAL.snk

Build:

msbuild.exe build.targets /t:build

Install:

msbuild.exe build.targets /t:install

Uninstall:

msbuild.exe build.targets /t:uninstall

If you have issues check build.targets and make sure the properties are set correctly for your environment

Installer Project

  • Requires InstallShield Limited Edition

Use this to install SSIS-GDAL DLL's into the GAC and pre-build GDAL (2.0.1) and CSharp interop DLL's into the Windows folder.

About

GDAL components for SQL Server Ingetration Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%