Viewing 15 posts - 31 through 45 (of 53 total)
Glad you got it sorted.
Your solution would indicate a problem with user rights as previously suggested. If i am not mistaken you need to use a different connection to execute...
September 1, 2010 at 1:37 am
Do you have a specific problem with this process or are you just looking for a "How to"?
If the latter is the case then i would have a look...
September 1, 2010 at 1:33 am
Thanks for your reply but the disabled items do not effect the outcome of the loop. All they do is move or delete the files once processed.
September 1, 2010 at 1:21 am
Its a bit lazy but why not just update the table after the bulk load has finished?
May 18, 2009 at 7:49 am
Forgot to mention, i have also made a post about the same issue on experts exchane. No one has come up with a solution as good as yours, so would...
May 18, 2009 at 7:24 am
Thanks for the explination. Always good to learn something new.
I am in the process of checking the data now.
Thanks again
May 18, 2009 at 7:20 am
Hi RBarryYoung.
Thanks so much for your hard work. I ran the script (the one that uses tmp tables) this morning and results were returned in just over 20mins. Since...
May 18, 2009 at 3:17 am
Thank you SO MUCH for all of your hard work and over a weekend too. I am away from my computer until monday but will start testing it first thing...
May 17, 2009 at 7:36 am
Thats for that. have run it and it does not seem to have helped. Without searching for name variations the query takes 17 seconds. I have let it run for...
May 16, 2009 at 9:58 am
CREATE TABLE [dbo].[Surname](
[Source_Name] [varchar](20) NOT NULL,
[Name_Variation] [varchar](20) NOT NULL,
[Score] [int] NOT NULL
) ON [PRIMARY]
Both surname and forename tables are the same. There is a clustered index on the source_name column....
May 15, 2009 at 12:32 pm
Sorry, my mistake. the AVP alias is the same as the P alias. I have changed the name of the table (and i thought all of the aliases) to remove...
May 15, 2009 at 11:53 am
Thanks, i will try that. It wont effect the query at the mo becuase its the initial cross join that is causing the problems. Also each of the sub selects...
May 15, 2009 at 8:54 am
Thanks for the links. I have had a look and i do not think that the fuzzy matching is the correct route for me to go down.
The names...
May 15, 2009 at 8:00 am
Thanks for your answer Samuel.
I know its a bit cheeky, but would you be able to provide some more information as to how i would use the fuzzy transformation to...
May 15, 2009 at 7:17 am
Actually, it was my mistake. It was complaining because i was inserting the rowguid. Take that out and it all works fine.:D
January 30, 2009 at 5:59 am
Viewing 15 posts - 31 through 45 (of 53 total)