1.

How Do You Deploy Ssis Packages?

Answer»

BUILDing SSIS Projects provides a Deployment Manifest FILE. We need to run the manifest file and decide whether to DEPLOY this onto File SYSTEM or onto SQL Server [ msdb]. SQL Server Deployment is very faster and more secure then File System Deployment. Alternatively, we can also import the package from SSMS from File System or SQ Server.

BUILDing SSIS Projects provides a Deployment Manifest File. We need to run the manifest file and decide whether to deploy this onto File System or onto SQL Server [ msdb]. SQL Server Deployment is very faster and more secure then File System Deployment. Alternatively, we can also import the package from SSMS from File System or SQ Server.



Discussion

No Comment Found