Guys,
I my project , i was forced to use Fuzzy Lookup for one of the requirement. But it takes more time. I used it to Lookup one column from one of my master table.But in progress of SSIS exceution the below mentioned steps takes more time..
How can i improve the performance
[Fuzzy Lookup] Progress: Taking a snapshot of the reference table - 0 percent complete
[Fuzzy Lookup] Progress: Taking a snapshot of the reference table - 100 percent complete
[Fuzzy Lookup] Progress: Building Fuzzy Match Index - 0 percent complete
[Fuzzy Lookup] Progress: Building Fuzzy Match Index - 100 percent complete
I have selected generate new index and checked the maintain index property.
But it creates new tables FuzzyMatyching Index, Table to store update & Insert , trigger gets added in our look up table..
How to avoid these creation of things in production environment and achive the results in best way..
Is there any best approach to implement fuzzy lookup.Thanks in advance
Balamurugan