Viewing 15 posts - 1 through 15 (of 16 total)
Hi,
I have resolved the issue......I put a sub select statement in the WHERE section which I failed to mention...my bad!
Therefore, I needed to place COLLATE Latin1_General_CI_AS in the where clause:
WHERE...
October 11, 2006 at 3:23 am
Hi Sergiy,
I tried what you suggested above but I get an 'Expression type int is invalid for COLLATE clause'
My ID column is an int. If you are referring to OrderID...
October 11, 2006 at 3:04 am
Hi Prasad,
Your solution worked a treated.
Thank you very much for your help!
Cheers
Reet.
October 6, 2006 at 4:52 am
Hi,
I check my results and they seem fine but if there is another way then i would be very grateful to hear from you. The query that I am...
July 31, 2006 at 2:59 am
I've put a GROUP BY clause in it and it seems to have done the trick!
July 29, 2006 at 2:35 am
Hey Joe,
Thanks for your input too. I'm sure that code will come in handy at some point so thank you for taking the tiem to help me out.
Cheers
Reet
July 26, 2006 at 9:25 am
Thanks Ryan,
You're a star!
To be honest I never even thought about just using:
UPDATE tableA
SET
fieldA = isnull(@p1, fieldA),
...
July 26, 2006 at 9:19 am
Hi,
Thanks for the info Joe but i'm not sure whether your code can help me on this occassion. Sorry, it's my fault as Ryan said I should have included code...
July 26, 2006 at 8:28 am
Ryan,
You're a star! Thank you very much - worked a treat!
Cheers
Reet
July 19, 2006 at 10:07 am
Thanks guys for all your help. I ended up creating a DTS.
Cheers
Reet
July 19, 2006 at 7:27 am
Hi John and Jules,
I wanted to thank you both very much. I ran the index wizard and implemented the recommendations and performance has improved by 85%!!!!
Absolutely marvelllous!!!
Thank you!
Reet x
July 11, 2006 at 9:15 am
Cheers for all you help guys. I really appreciated it!
July 11, 2006 at 7:30 am
Hi Guys,
I have double checked and the only outer join that I need is the first one. The reason for this is that some of the values in OMS...
July 11, 2006 at 6:54 am
Viewing 15 posts - 1 through 15 (of 16 total)