SQL Server Integration Services (SSIS) Part 11 - Looping Over Files

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

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

  • @Data_man2024
    @Data_man2024 2 ปีที่แล้ว +4

    It's an excellent tutorial for the SSIS. The content is still useful for me even though the videos were published nearly 10 years ago.

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

      Happy to hear that, thank you for watching and for the comment!

  • @sufyangujar
    @sufyangujar 10 ปีที่แล้ว +6

    A very helpful tutorial indeed! Just a suggestion would be that instead of adding a random value to the string variable to bypass validation errors you could have enabled Delay Validation property.
    Like + Comment!

  • @PraveenKumar-yz8oi
    @PraveenKumar-yz8oi 9 ปีที่แล้ว

    Awesome Collection and right place to start SSIS learning!!

  • @Kubek860221
    @Kubek860221 11 ปีที่แล้ว +1

    Nice and clean as usual! I'm always afraid to use those loops because i don't know how to properly set things they are looping on. Now, i can use them on files ;)

  • @oc8176
    @oc8176 8 ปีที่แล้ว +1

    This is not as wide ranging as Katie and Emil but it is one of 2 places to start because of its precise and masterly crafting of many elements in each lesson.

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

    Great tutorial, great series, really appreciate the effort you put in *****!

  • @maximpobihun5469
    @maximpobihun5469 5 ปีที่แล้ว +6

    Great Tutorial. But converting variables in the C# Script is unnecessary.
    They can be accessed directly inside the MessageBox:
    MessageBox.Show("Files Count is: " + Dts.Variables["FileCount"].Value + "Rows Count is: " + Dts.Variables["RowCount"].Value);

    • @groam6666
      @groam6666 4 ปีที่แล้ว

      Thanks for the tip. The other method wasn't working. It didn't like declaring and converting the int variables.

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

    Very nice tutorial!

  • @yinadu862
    @yinadu862 2 ปีที่แล้ว +2

    It would be better if you can share these data files with us so that we can start practice.

  • @MiaMia-tb9cl
    @MiaMia-tb9cl 6 ปีที่แล้ว

    Thank you very match and God bless you

  • @jijianpeng7368
    @jijianpeng7368 8 ปีที่แล้ว +2

    Item in the collection is 'file', while the variable 'filename' is a string. How come in the variable mapping every each 'file' is assigned to a 'filename'?

  • @zelawar1
    @zelawar1 8 ปีที่แล้ว

    Excellent exercise I like it

  • @fadwa2413
    @fadwa2413 3 ปีที่แล้ว +1

    all are good,thanks you
    but i wish i have access to these files and tables to do practice on it

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

      Sadly I don't think that Andy saved a copy of the scripts and files he used in this video. Sorry about that!

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

    Very helpful

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

    in VS2019 there is no Parameter Mapping tab, but there is Parameterize which does not have variable name for picking user variable. How do I go about that?

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

    I'll have to ask another question , Andy:
    At which stage we set that it is the file's name which is going into the variable?
    Is it does to the fact we set 0 in the parameter?
    Thanks.

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

      +RIDDLE0MASTER I think what you are asking is found during the configuration of Foreach Loop Container. The values inside Collection menu gives you what to retrieve and the Variable Mappings let you choose which variable to assign the retrieved value.

  • @cnotation
    @cnotation 10 ปีที่แล้ว

    Including the files would be very helpful for following along.

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

      Just make your own files. I have a bunch of pdf files on my computer, so I used those instead.

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

      @@TheDouceHouse Why are you telling us what to do?

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

    Perfect :)

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

    If the "copy txt files only" being executed when the expression matches , why the counter, which goes after it, works every time? Does the expression constrain simply skips one action?

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

      ***** Oh , silly me. I confused the two counters. . . .

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

    OverwriteDestination flag doesn't work. I tried to set it to False but it keeps on overwriting the txt file. weird. anyways.. great tutorial!

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

      Interesting, thanks for sharing your experience!

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

    wow

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

    SSIS - sucks, and the author makes the tutorial even more complicated