24 Foreach loop Item Enumerator in SSIS Example

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

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

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

    Very clear explanation bro. you are doing good job

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

      Thank you Viawanath for your comment.

  • @MVinodKumar-tt1tu
    @MVinodKumar-tt1tu 11 หลายเดือนก่อน

    Hello Sir,
    1st:-
    Is it Mandatory to give values for Month and FolderPath Variables while creating variables?.
    Like anyhow we configured foreach loop with values and mapped with variable Month.
    For Folderpath we are giving expression which uses "@[User::ParentFolderPath]+ (DT_WSTR,12)YEAR( GETDATE() )+@[User::Month]" as it uses parentfolderpath in which we are dynamically creating folders. So is it necessary to give inital values to the variables or not sir?
    2nd:-
    And what are the Expression in the File System Task Editor what scenario can we use it. And the same expression we used for dynamic file path in the variable expression. can't we use this expression in the expression of file system task?

    • @learnssis
      @learnssis  11 หลายเดือนก่อน

      1st: No need to give value to FolderPath and Month.
      2nd: You can check the properties in the Expression in the File System Task. Whatever properties are there if you want to set them dynamically at run time from an SSIS variable then you can use the expression option otherwise no need to use that.

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

    can you give better example. I didn't understand the variables. ParentFolder and FolderPath. with one variable can we manager with folderpath.

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

    what are the most commonly used enumerators?

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

      Most commonly used ones are File Enumerator and Ado Enumerator. Thanks.

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

      @@learnssis Thank you so much.