Forum Moderators: open
For example if I have a field which initially contains only numbers but further down the file it contains numbers (for example building name/number) SQL Server import guesses incorrectly this is a numeric field and then loses all my non-numeric data.
To be honest the best XL extract method is to export to a text format first and then import from that (preferably tab delimited as its harder for bad data to break), alternately export it to a more structured format ie DBF.
- Tony