I wrote a stored procedure which do a bulk insert into a table getting data from a text file. The data is inserted into a temp table and the I do an inserto to the original table.
eg of figures
" 30125.56 "
" 237.18-"
My question is that the minus sign is at the end of the figure. I can't ignore the minus and I have to use money
Data Type.
How...