• I guess you are using the xp_cmdshell to execute the dts package from the procedure...

    use SET NOCOUNT ON also inside the proc...

    xp_cmdshell 'dtsrun /S... /E /N...',  no_output

    See BOL for details...

     

    MohammedU
    Microsoft SQL Server MVP