40 Fuzzy Lookup Transformation in SSIS

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Fuzzy Lookup Transformation in SSIS | How to use the Fuzzy Lookup Transformation in SSIS
    Download the file\script used in the Video from below link
    drive.google.c...
    SSIS Tutorials: • SSIS Tutorials
    SSIS real time scenarios examples: • SSIS real time scenari...
    SSIS Interview questions and answers: • SSIS Interview questio...
    Fuzzy Lookup Transformation in SSIS
    What is Fuzzy Lookup transformation in SSIS?
    What is difference between Lookup and Fuzzy Lookup in SSIS?
    What is Lookup transformation in SSIS with example?
    What is fuzzy grouping in SSIS?
    Happy Learning.
    If you have any questions or suggestions please comment on the video or write to me at “aqil33@gmail.com”

Комментарии • 27

  • @ladhkay
    @ladhkay 6 лет назад +4

    Great videos, keep it up!

    • @learnssis
      @learnssis  6 лет назад

      Thank you for your support.

  • @viswanathponne
    @viswanathponne 6 лет назад +1

    hi aqil,you are doing good job.

    • @learnssis
      @learnssis  6 лет назад

      Thank you so much for your comment.

  • @geeseeoh
    @geeseeoh Год назад

    Hi Aqil, can you join results of fuzzy matching and then do another fuzzy grouping? Like for a dataset, first grouping is address, then next is last name and finally social security. These creates 3 groupings. And how do you combine records that are linked together?

  • @muktabansal2300
    @muktabansal2300 6 лет назад

    Hi, Your videos are very good, very well explained. Could you please upload video about the difference between fuzzy lookup and fuzzy grouping, example of fuzzy grouping. Thanks

    • @learnssis
      @learnssis  6 лет назад +1

      Thanks Mukta for your comment, I will surely upload the video about Fuzzy grouping.

    • @learnssis
      @learnssis  6 лет назад +1

      Hi Mukta, I have uploaded a new video on fuzzy grouping.
      ruclips.net/video/X1ZhOSbE3oo/видео.html
      I hope you will like it.

    • @muktabansal2300
      @muktabansal2300 6 лет назад +1

      Thanks.. really appreciate the help

  • @deepikaswarnkar9486
    @deepikaswarnkar9486 5 лет назад

    I am subscribe your channel

  • @abusaidsarkar468
    @abusaidsarkar468 5 лет назад +1

    can you help me how to used not in two component in ssis like
    select * from dbo.tblStudent where intStudentId not in(select intStudentId from dbo.tblLibary )

    • @learnssis
      @learnssis  5 лет назад

      Sorry for replying so late, was a bit busy. You can use Merge Join component where you can use Left Join, so it will return all records from left source and matching records from right source. For non matched records from right source you will get a NULL value, so may be in a derived column transformation you can replace a NULL with some different value and then in Condition Split transformation based on the data returned you can decide if you want to move the matched records to one table and non matched records to another table.

  • @techbroaniletl8226
    @techbroaniletl8226 Год назад

    Hi bro can you explain script task regarding particular file need to pic up

    • @learnssis
      @learnssis  Год назад

      Can you explain in detail meaning particular file pic up ? Do you want to get the file path of a file ?

  • @anilprnctube
    @anilprnctube 5 лет назад

    How did u get the similarity, confident columns?

    • @learnssis
      @learnssis  5 лет назад

      Hi Anil, these columns are returned by Fuzzy Lookup Transformation itself.

  • @SureshBabu-rv9mb
    @SureshBabu-rv9mb 4 года назад

    Nice Videos. your videos are too good. Can you send me all videos source files. It will be very useful.
    Thanks

    • @learnssis
      @learnssis  4 года назад

      Hi you can get all the videos here
      ruclips.net/video/lkuvvaOntb4/видео.html

  • @TheAnkitatri
    @TheAnkitatri 5 лет назад

    Hi sir ,while creating package through ssis not able to run .. plz help me out with that as i m trying whole day ..especially in colum tab

    • @learnssis
      @learnssis  5 лет назад

      Hi Ankita, what error you are getting while running the package ?

  • @abusaidsarkar468
    @abusaidsarkar468 5 лет назад

    Good

    • @learnssis
      @learnssis  5 лет назад

      Thanks for your comment.

    • @abusaidsarkar468
      @abusaidsarkar468 5 лет назад

      can you help me how to used not in query in ssis like
      select * from dbo.tblStudent where intStudentId not in(select intStudentId from dbo.tblLibary )

  • @maihuire11
    @maihuire11 2 года назад

    Error with Data of 20 million.

    • @learnssis
      @learnssis  2 года назад

      What error are you getting ?

    • @maihuire11
      @maihuire11 2 года назад

      @@learnssis thanks for answering me. This is the error:
      Error: 2021-12-03 14:36:03.08
      Code: 0xC0047022
      Source: BUSQUEDA DIFUSA SSIS.Pipeline
      Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "FUZZY LKP" (2) failed with error code 0x8000FFFF while processing input "Entrada de busqueda aproximada" (16). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
      There may be error messages posted before this with more information about the failure.

    • @learnssis
      @learnssis  2 года назад +1

      @@maihuire11 I think this error is related to Memory, because data is huge, thus you would need more memory to process it.