简体   繁体   中英

How to import a package from SSMS to Visual Studio for local machine?

I'm trying to mess around with an SSIS package on my local machine. Currently, this package is in SSMS under a server. When I try to export this package, save it on my desktop and doule-click to open it, a deployment wizard comes up.

What I want, is the package to be stored as a project file which can opened from Visual Studio. Any suggestions on how to do this ?

You have two options:

  1. Creating a new project in SQL Server Data Tools (SSDT) and import the project from existing catalog.
  2. Exporting the project into ispac file via SQL Server Management Studio (SSMS).

For detailed steps visit http://www.mssqlgirl.com/editing-published-ssis-package-in-sql-server-2012.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM