SSIS scheduling problem...
i have scheduled ssis packages sql job , used following line create step in job ssis
exec xp_cmdshell 'dtexec /f "ssis path" /de "alertcom"'
but found 2 problem
1. when try kill job, turn killing status infact countinue executing, perhaps takes time killed
2. whenever occure in packge, job history not reflect , shows successfull completion.
so there efficient way schedule ssis other have mentioned or possible make improvements in this.
SQL Server > SQL Server Integration Services
Comments
Post a Comment