Skip to content

Starter project for building an ETL pipeline using SSIS in Visual Studio 2019

License

Notifications You must be signed in to change notification settings

ShawnShiSS/data-engineering-ssis-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering - Build an ETL pipeline using SSIS

This project provides a starting point for building an ETL pipeline using SQL Server Integration Services (SSIS) in Visual Studio 2019.

Goals

The primary goal of the project is to provide a basic solution for anyone who is building a new ETL pipeline using SSIS.

Getting Started

Prerequisites

  • Visual Studio 2019 installed. Note Visual Studio 2017 works slightly different regarding SSIS and this article may not work exactly for Visual Studio 2017.
  • SQL Server already installed.

SSIS package encryption password

Features supported

  • Migrating data from one database on server#1 to another database on server#2.
  • Addressed common error code 0x8009000B with message: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B

About

Starter project for building an ETL pipeline using SSIS in Visual Studio 2019

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published