I'm trying to import numbers from an excel spreadsheet into a SQL table using a DTS package. I'm getting null values imported when my source data contains a dash (-). The data type for the source is text, and the datatype for the destinations is varchar(100). I've also tried a source data type of general. I'm doing a straight copy.
The source data might look 234-b87-456. Why would I be getting nulls when importing this data?
Thanks.
Stumped
The source data might look 234-b87-456. Why would I be getting nulls when importing this data?
Thanks.
Stumped
Comment