Viewing 15 posts - 16 through 30 (of 30 total)
Some additional information that should everyone understand where I'm at with this process.
I have a contact table that I've removed multiple duplicates from already. These duplicates are in the...
August 12, 2015 at 7:30 am
Rules are that the lowest Source number should come first, if those tie than take the lowest Contact_pk.
August 11, 2015 at 7:51 pm
amurjani (7/16/2015)
In these situations, the data quality plays a major role. First objective is to...
July 16, 2015 at 1:04 pm
SSCertifiable,
I've been playing with the cross apply and trying to get it to work with a few other requirements. Each business group I should easily be able to tell...
June 11, 2015 at 9:54 am
ChrisM@Work (6/9/2015)
June 9, 2015 at 1:49 pm
Jacob Wilkins (6/8/2015)
I might be misunderstanding something here, but I figured I'd lay that out to see...
June 9, 2015 at 6:27 am
That worked, I knew there had to be a better way and that is it.
October 23, 2014 at 9:26 am
ah, understood, but the business key duplicates are almost never sequential, so a range would not work.
October 23, 2014 at 8:54 am
The solution with the min and max would work if there were only duplicates, but Businesses have been known to be duplicated 100s of times due to previous incorrectly coded...
October 22, 2014 at 3:40 pm
In the PossibleDuplicateBusiness table I want MatchRank of 1,2,3,etc but only include the MatchRank of 1 if they are also in a duplicate group.
Both suggestions seem to bring back all...
October 22, 2014 at 9:56 am
Eirikur Eiriksson (8/27/2014)
Not too clear on what you are after but please bear with me as I'm...
August 28, 2014 at 6:41 am
pietlinden (8/27/2014)
August 28, 2014 at 6:38 am
Me,
I'm just happy to have better options than before! Thanks for all the help!
April 16, 2014 at 11:52 am
SSCommitted,
Thanks for the quick solution! I've been able to take what you gave me and tie it into the limit to the Farm.CodeToMatchTo that I'm currently searching on. ...
April 16, 2014 at 10:23 am
Hi all, I've added some code below. I had everything working until I found a case that returns more than complete data. I have to let the caller...
April 16, 2014 at 9:28 am
Viewing 15 posts - 16 through 30 (of 30 total)