I'm attempting to import a text file that can contain negative numbers into a SQL Server 2000 table via a DTS package.
My field is defined as numeric(9,2). The source data is formatted 123.99- Is there a way load it with the negative sign being at the end.
I know the load works when the negative sign is in front, -123.99. However; I have little control on the formatting because my source file is from an outside vendor.
Any help is appreciated.
My field is defined as numeric(9,2). The source data is formatted 123.99- Is there a way load it with the negative sign being at the end.
I know the load works when the negative sign is in front, -123.99. However; I have little control on the formatting because my source file is from an outside vendor.
Any help is appreciated.