Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Query: Execute SQL Task

    proc1:

    id int , name nchar out

    select name from xyz where id = @id

    end proc1.

    1st query:

    (in exe sql task editor - in sql-stmt calling proc1 as

    proc1 and parameters specified in the...

Viewing post 1 (of 2 total)