I am bcp-ing in a fixed-width file. A lot of the fields are blank (space filled). When I bcp the file in (the table fields are varchar) how can I have the table store a zero length string instead of spaces?? To this point I have had to run update queries. Is there a way to trim on the way in??