Excel to SQL Server: carriage return problems...
I have a sheet in an Excel workbook that I would like to import to a table in SQL Server. Three of my Excel columns are cells filled with text. Some of the cells have hard carriage returns in them, which show up in Excel as little rectangles. When I import them in SQL Server, they remain little rectangles and are not converted into what they really are: Chr(13) carriage returns.
PS. I know they really are Chr(13) because I examined them in VBA and sure enough, they are real carriage returns.
How to solve this?
|