Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.18 KB

LaunchSSIS2012-VS2015

Launch ssis from VB.net code using sql 2012 and VS 2015

Primary goals

  • Use SQL 2012 with SSIS (Special needs, SP 2 CU1-6+SEC 1)
  • VS 2015
  • Visual Basic
  • Launch SSIS package from file locally
  • Windows 7 Enterprise

Other thoughts

Does SSIS have to be 2012?

We're connecting remotely to a sql 2012 server. Seems like we could use whatever SSIS we wanted locally.

Environment Setup

Key Challenges