Viewing 15 posts - 1 through 15 (of 37 total)
Thanks for the help BT. I ended up re-writing the DTS is SSIS since this was the best way to learn. The one thing I can't figure out...
February 16, 2010 at 5:35 pm
Thanks BT I'll give it a go today and let you know. I appreciate the instructions.
Jeff
February 16, 2010 at 8:27 am
Luckily the bad data was not seen as numeric:
select isnumeric([sale price]) as num from dbo.CURRENT_DATA order by num
So it wasn't hard to find.
Jeff
September 17, 2008 at 8:03 pm
Thanks Jeff. You were correct there was bad data.
Jeff
September 17, 2008 at 7:41 pm
Thanks Todd. It's starting to look like that may be how I have to do this. I was hoping for another solution as I am running this query...
September 17, 2008 at 4:57 pm
I did try that first. It gives the error:
Server: Msg 235, Level 16, State 1, Line 1
Cannot convert a char value to money. The char value has incorrect syntax.
ISNUMERIC...
September 17, 2008 at 4:18 pm
It doesn't happen too often but it happens outside my area of control....
When the VMS application programmer adds a feature to the legacy app (written in DEC basic...
January 10, 2008 at 2:59 pm
Sure thing I'm more than happy to post the solution. I hadn't posted this as the bulk of the solution is non SQL related, specifically as you mentioned, to...
December 8, 2007 at 11:04 am
The part time is the problem not the remote or the rate. 'Part time' would still need to be 24 - 32 hours a week for it to be worth...
March 23, 2007 at 8:27 am
Great thanks Gila.
February 23, 2007 at 6:48 am
Thanks mrpolecat I was simply missing the correct number of 'end' statements..............
December 29, 2006 at 10:48 am
Thanks for the answer. I didn't think it was me.
June 9, 2006 at 7:04 pm
Thanks MKEast !!!!!!!!!!!!!!!!!!!!!!!
April 23, 2006 at 11:09 am
Viewing 15 posts - 1 through 15 (of 37 total)