Viewing 2 posts - 1 through 3 (of 3 total)
I use this trick - adding e0
For example,
Select ISNUMERIC('10,000')
--> 1
Select Convert(float, '10,000')
-->
Msg 8114, Level 16, State 5, Line 2
Error converting data type varchar to float.
So adding...
June 17, 2012 at 8:20 pm
#1502069
I had the same problem. So I've wrote a stored procedure that you can schedule it to run every hour(?) to delte the used file. Hope it can help you.
CREATE...
November 10, 2008 at 8:00 pm
#896682