NON Equijoins
May 1, 2006
Hi there.
I just wanted to see if anyone has come across any patterns to deal with NON equijoins.
Based on this article - http://sqljunkies.com/WebLog/tpagel/archive/2005/08/31/16585.aspx - there seems to be 2 approaches:
1) encapsulate the logic in a stored procedure or
2) generate a joined dataset with potentially alot of unwanted rows which then need to be filtered out.
Are there any other patterns people have discovered?
Thanks.