Viewing 3 posts - 16 through 18 (of 18 total)
Try:
SELECT
30.AString
,50.E-3AnotherString
,10.E0SomethingElse
into dbo.TempTable;
select * from dbo.TempTable;
You can see that SQL try to parse the number till the not numeric character and then take...
May 29, 2009 at 5:55 am
#1001978
My solution was to loop the files (directory), copy (move) the file to fix temp directory and fix name, do the job, move (delete) the file to archive directory.
Izhar Azati
May 29, 2009 at 5:28 am
#1001971
The 5 lines can by also in the middle of the file!!
January 23, 2008 at 10:58 am
#770989