SSIS "Execute SQL Task" - stored procedure with input parameters, output parameters & return value.

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 8

  • @krismaly6300
    @krismaly6300 9 ปีที่แล้ว +1

    I enjoyed watching this video and recommend others.
    Well explained
    Return Value
    InPut params
    Output params
    with simple stored proc
    Explained creating variables
    watching variables
    setting break points
    Explained ADO and OLEDB with params
    Thanks for educating the community and appreciate your volunteership
    Please please keep educating the community
    Thanks a lot

  • @simon-white
    @simon-white 5 ปีที่แล้ว

    Thank you sir! Exactly what I needed, rare to find a clear explanation of this.

  • @Theo-le6po
    @Theo-le6po 6 ปีที่แล้ว

    Clearest instructions through this process I have seen, great work.

  • @suiteyousir
    @suiteyousir 3 ปีที่แล้ว

    Great explanation, thanks

  • @ricardomedina5210
    @ricardomedina5210 9 ปีที่แล้ว

    Nice video. Thanks.

  • @dineshpindi7118
    @dineshpindi7118 6 ปีที่แล้ว

    Thank you

  • @mrrathore55
    @mrrathore55 5 ปีที่แล้ว

    Hi Sir
    Very nice explanation.
    I have one question my execute Sql task returning 500 rows. How and where to manage result set.
    Please explain
    Thanks

    • @stedenvideos3825
      @stedenvideos3825  5 ปีที่แล้ว

      This video might be more relevant for you:
      th-cam.com/video/W7gUYWsQEWc/w-d-xo.html
      Each row is loaded into a bunch of SSIS variables which can be used one row at a time to feed into other tasks.
      But remember - processing one row at a time can be a slow operation for anything more than a few hundred rows. More conventional SQL commands might make more sense.