Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi to all
i have a question a bout fuzzy in sql
i used a ssis with business intelligence
two sql tables as source and destination resource
with fuzzy lookup and data view in destination link

and now
i want to know
how to define fuzzy rules in fuzzy lookup transform
thanks for your replies

additional information copied from comment below
two simple tables
table 1
id , name , family 
1  ,  mo  ,  vak
2  ,  f   ,   h 

table 2
id , lesson , score
1  ,  phy   ,  17
2  , karol  ,  20

and i want to define sample rules in fuzzy lookup
Posted
Updated 18-Nov-14 4:48am
v2
Comments
Maciej Los 18-Nov-14 7:15am    
Please, post sample data.
resaneh 18-Nov-14 7:52am    
two simple tables
table 1
id , name , family
1, mo , vak
2, f ,h



table 2
id , lesson , score
1 , phy , 17
2 , karol , 20

and i want to define sample rules in fuzzy lookup
Tomas Takac 18-Nov-14 8:00am    
Please do not post additional information in comments. Update yur question using "Improve question" button.
Kornfeld Eliyahu Peter 18-Nov-14 9:10am    
It's a good place to start with - http://msdn.microsoft.com/en-us/library/ms137786.aspx

1 solution

 
Share this answer
 
Comments
Maciej Los 18-Nov-14 13:09pm    
+5!
Sergey Alexandrovich Kryukov 18-Nov-14 14:16pm    
Thank you Maciej.
—SA
[no name] 19-Nov-14 17:27pm    
the first link is very fascinating. +5.
Bruno
Sergey Alexandrovich Kryukov 19-Nov-14 17:59pm    
Thank you, Bruno.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900