Viewing 7 posts - 1 through 7 (of 7 total)
Steve Jones - SSC Editor (7/25/2008)
...We may ask about things we haven't solved, just to see if they approach it like us or have an interesting take...
Seeking advice from the...
April 14, 2013 at 7:53 pm
Hi,
I developed the following SP to stop long running jobs and I am using it for a while with no issues:
--********************************************
--Procedure to Stop Long running jobs
--Usage: exec dbo.usp_stop_long_running_jobs 2, '[0-9]%',...
September 1, 2011 at 8:32 pm
Thanks for the script.
It worked for me on SQL Server 2005.
I created a job with this ActiveX script and it was just perfect.
Maybe I will think about changing the...
April 11, 2011 at 8:23 pm
Hi Adam,
I suggest you to try string matching function I developed and was using for years. This function compares two strings based on sequence of letters in the strings.
if...
December 28, 2010 at 3:32 pm
OK,
Address matching isn't quite exactly related to the topic, but of course it's related to name matching somehow. Because of the scale of the address matching topic I will not...
June 19, 2009 at 5:42 pm
Hi,
In my case I had also Middle Name involved in matching process.
Also we could have initials instead of full names which actually makes it more complicated,
and even more complicated...
June 18, 2009 at 6:21 pm
Hi,
Article is very interesting.
I use to work with name and address matching for a while.
Never tried Jaro Winkler algorithm and want to thank Ira for that.
What striked my mind is...
June 17, 2009 at 7:37 pm
Viewing 7 posts - 1 through 7 (of 7 total)