Viewing 11 posts - 1 through 11 (of 11 total)
Thanks for the response guys. I tried to be as clear as possible but I don't think I did a good enough job. I understand how to update...
April 29, 2016 at 8:59 am
Phil, thanks for your help.
Jacob, I marked you as the answer because I learned how to do an error output file thanks to you suggesting it. Remember, I'm a...
April 19, 2016 at 2:27 pm
Phil - I'm sorta new so thanks for your help.
In both the derived col and conversion, I can not change the value in the Precision box. For the conversion,...
April 18, 2016 at 1:44 pm
John Rowan (4/13/2016)
April 18, 2016 at 12:51 pm
Thanks ZZartin, that worked perfectly.
April 7, 2016 at 7:40 am
Alan.B (4/6/2016)
You could also do this:
REPLACE(value, char(88), '/')
This did not work. Gave me the same results.
April 7, 2016 at 7:39 am
I changed the date convert back and it worked.
UPDATE APF
SET CurrentPX = Moxy.Price
FROM AxysPriceFile AS APF
JOIN (
...
February 20, 2014 at 1:17 pm
UPDATE APF
SET APF.CurrentPX = Moxy.Price
FROM ...
February 20, 2014 at 12:51 pm
SSCrazy - Thanks for your help and I'm pretty close. When I execute your code, I get Invalid Object Name 'APF' and I don't know why. When I...
February 20, 2014 at 11:43 am
Viewing 11 posts - 1 through 11 (of 11 total)