SSIS "Execute SQL Task" - multiple row result set to load into variables

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 2024
  • Demonstration of calling "Execute SQL Task" to load some SSIS variables from a multiple row result set.

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

  • @rohanbarrett6869
    @rohanbarrett6869 8 ปีที่แล้ว +3

    Very nice video; this is exactly what I was looking for to complete one of our projects at work.

  • @paulocuellas7946
    @paulocuellas7946 8 หลายเดือนก่อน

    That is a very clear explanation! I can expand this example to the solution I need. Thank you very much!

  • @harleydavidsonmotivation
    @harleydavidsonmotivation 2 ปีที่แล้ว

    Well taught. Thank you

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

    good video but my source is pipe delimited.CSV file, how should I capture one entire column values into a variable and loop them inside DFT. Execute SQL task does not have .csv connection type, please help me with this

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

    Very good demonstration!

  • @SimonJones
    @SimonJones 7 ปีที่แล้ว

    Quick question if you have chance; are there any other ways to achieve this?

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

      You can process one row at a time using a Cursor in SQL (without using SSIS at all).
      But just remember - processing one row at a time can be a very slow operation for anything more than a few hundred rows. If you have many rows to process its best to rethink what you are doing and do it at a data set level (i.e. using SQL in the way it was intended to be used).

  • @billyong6878
    @billyong6878 7 ปีที่แล้ว

    Thumb + Subscribed good work