I am trying to use the bcp solution to populate a temp db which will then be used to populate a production db. I am having an issue and recieve an error message every time a try to BCP in data to a table that contains both nulls and zero length charecters in the same row.
Unfortunatly I need to maintain the space charecters and maintain the null charecters in the prospective columns.
I am unable to get the bcp to handle both at the same time. It seems that the bcp is only capable of handeling one or the other.
Does anyone have any ideas?