I'd like to point out that apparently this problem is resolved completely in Sql server, as it can join on millions of rows of data, of the varchar type with lengths > 2,000 in a manner of seconds. As thus, I went through and created a stored proc to do this, transferred my data to sql server and completed the task there. Thanks everyone for the help and advice however!
... View more