Viewing 5 posts - 1 through 5 (of 5 total)
We tested the query in both 80 and 90 with the same result. I think you're correct about rewriting the query. The concern I have is how many more differences...
August 29, 2006 at 2:11 pm
between the join of the two tables. Where it had a comma I substituted "inner hash join" and for "where" I substituted "on".
select
clientid,...
August 29, 2006 at 1:04 pm
Alzdba,
Thanks for the advice -- definitely good practices. Unfortunately it didn't change the query plan or the execution time. There may be nothing but I'm still looking for something...
August 29, 2006 at 9:41 am
Lynn,
Thanks for your replies. The last query you sent me executes in < 1 sec. and gives the correct result! The one right before that (the second query that...
August 28, 2006 at 12:20 pm
According to Microsoft the problem is caused by a corrupted password hash for a login. They sent us a work-around as follows:
<> Start the in place upgrade...
July 20, 2006 at 9:57 am
Viewing 5 posts - 1 through 5 (of 5 total)