简体   繁体   English

是否可以恢复在SQL Server中部署的SSIS包?

[英]Is it possible to recover the SSIS packages that are deployed in SQL Server?

I have developed few SSIS packages in my local system and deployed it in to remote SQL Server. 我在本地系统中开发了一些SSIS程序包,并将其部署到远程SQL Server中。 Now my local hard disk crashed. 现在我的本地硬盘崩溃了。 Is there a way to get back the packages that are deployed to SQL Server? 有没有办法找回已部署到SQL Server的软件包?

Thanks in advance 提前致谢

Do something like this: 1) Start integration services project. 执行以下操作:1)启动Integration Services项目。 2) Right click, Add existing package. 2)右键单击,添加现有软件包。 3) Select SSIS Package store. 3)选择SSIS包存储。 4) Type the name of the remote server. 4)键入远程服务器的名称。 5) You can import any package locally from the remote server. 5)您可以从远程服务器本地导入任何软件包。

如果您有权访问服务器本身,则您或具有适当权限的其他人可以登录到运行SQL Server Integration Services的服务器,从那里您可以打开SSMS,连接到Integration Services并导出已部署到的任何程序包。该服务器。

If you are using the Project Deployment Model... 如果您正在使用项目部署模型...

Open Visual Studio 打开Visual Studio

Create a new Project but do not click the Integration Services project that is in the default Business Intelligence section. 创建一个新项目,但不要单击默认“商业智能”部分中的Integration Services项目。 Instead, expand BI and click Integration Services. 而是,展开BI并单击Integration Services。 From there, use the Integration Services Import Project Wizard. 从那里,使用Integration Services导入项目向导。

在此处输入图片说明

Point that to your SSISDB or an existing .ispac file and it will import the project, parameters and project level connection managers. 将其指向您的SSISDB或现有的.ispac文件,它将导入项目,参数和项目级别的连接管理器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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