Buscar contenidos

jueves, 31 de octubre de 2019

Import .ispac file or deployed project back into a Visual Studio Project

 Link: https://sqlnotesfromtheunderground.wordpress.com/2015/06/17/import-ispac-file-or-deployed-project-back-into-a-visual-studio-project/

Import .ispac into Visual Studio Project

Open Visual Studio
File -> New -> Project (Business Intelligence -> Integrations Serices)
Select “Integration Services Import Project Wizard”
ispacToSolution
Click next from the Import Project wizard
ispacToSolution02
Select “Project deployment file” and then select Browse and point it to your .ispac.
ispacToSolution03
It will now validate the pack and if you have set a password on the project, be asked to enter that.
ispacToSolution04
Review and select “Import”
ispacToSolution05
Hopefully should see a nice selection of Result Passed now to confirm the wizard work correctly Close and you are in your Project.
ispacToSolution06

Import Project from SSISDB into Visual Studio Project

Is very similar in its steps, where we just change the the Select Source from a file to a Integration Services Catalog
Where you Select the Server you want to import the project from (I have select the localhost via =.) and then choose the project to Import from the instance.
ispacToSolution07
ispacToSolution08
You then just follow the confirmation steps to complete the process

No hay comentarios:

Publicar un comentario