Forum Replies Created

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

  • RE: Facing issue with Execute SQL task

    No , I am not using a cusror inside a stored procedure .

    It is a quite big package , This execute sql task will execute the SP and write the...

  • RE: Execute SQL task issue

    Parameter mapping is having one input variable .

    VariableName = User::CurHeader

    Direction = Input

    Data type = Varchar

    Parameter name = 0

    ParameterSize = -1

    ResultSet:

    ResultName = 0

    Variable Name = user::CurResultRS

    Expression :

    There is no...

  • RE: Execute SQL task issue

    Stored procedure is passed to the variable . I have given it as Direct input and passed the stored procedure with the input parameters even that did not execute...

  • RE: Execute SQL task issue

    Hi,

    Breakpoint i believe is 450,000 records . It execute fine upto 450000 records . The issue I faced is having a record of 650,000 records .

    I am not able to...

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