Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Custom SSIS sql task failed

    Thanks ,

    I tried this sample, but the issue here is when I try to add new variable to custom task - it doesnt work and throws error.

    variableDispenser of this...

  • RE: Custom SSIS sql task failed

    To add my further investigation, when I run this line of code to run query

    task.Execute(connections, variableDispenser,...

  • RE: Custom SSIS sql task failed

    Thanks , but this dint help.

    I changed code as

    <<<

    Microsoft.SqlServer.Dts.Runtime.Variable variable = package.Variables.Add("id", false,...

Viewing 3 posts - 1 through 3 (of 3 total)