Viewing 15 posts - 181 through 195 (of 229 total)
ok, I am a bit stumped. True, the collation of the columns in UnitConversion are swedish, but in my tmp table, there is no collation...so why a conflict?? Can I...
April 18, 2006 at 2:40 pm
Off to do some reading!! Thanks again Luke, for all your help!
April 18, 2006 at 1:23 pm
Thanks Luke! This looks like it should work. I am fussing with it due to an error that says : Server: Msg 446, Level 16, State 9, Line 197
Cannot resolve...
April 18, 2006 at 12:46 pm
oops, that where clause should read:
where
UserWeightUnit <> 'kg'
thank you again!
April 18, 2006 at 12:17 pm
Here ya go...show me da magic!!
update t
select @UserWeightFactor = Factor
from UnitConversion
where FromUnit = 'kg'
and ToUnit = UserWeightUnit
set UserWeightFactor = @UserWeightFactor
from
@tmp t
where
UserWeightUnit <> 'cm'
April 18, 2006 at 12:09 pm
don't leave me just yet!!! I am working on another update....brb!!
April 18, 2006 at 12:07 pm
Thanks a ton Luke!! It worked beautifully! Funny, after seeing it this way, it totally makes more sense! Thanks again!!
April 18, 2006 at 12:00 pm
Thanks Kathi, I appreciate the input. Off to play with a test db!!
March 9, 2006 at 4:22 pm
ok, I read all of this stuff. This is indeed my issue. SP4 is not an option at this point, so the first read won't work. If I run the...
March 2, 2006 at 10:28 am
Wahoo!! it works! Thank you so much! Thanks for the lesson as well. I love this stuff!
February 22, 2006 at 3:33 pm
Thank you Jane, I will go do some investigating!!
February 22, 2006 at 9:07 am
ok, I deleted out one of the (not working) linked servers. I tried to recreate a new one and got this error:
Error 18452:Login failed for user '(null)'. Reason: not associated...
February 21, 2006 at 10:06 am
Viewing 15 posts - 181 through 195 (of 229 total)