I am new in SSIS.I have a WCF service that will load a SSIS package and execute.This package will import bulk from Excel to sql server data base.As of now this package is in the File System of the server where WCF service is deployed. We can have different deployment options for SSIS package( File System, MSDB or dts server). I want to know which is the optimal deployment option to execute this SSIS package. This should work seamless way with WCF service.Anybody can give me the comparison for this with reason.
↧