I'm trying to retrieve data from an SQL Server 2000 server, and place into Excel. Which sounds simple I know. I'm currently Copying, and Pasting into Excel, from Management Studio
The problem is one of the columns is an address, and it’s not retaining the newlines. These new lines have to stay in the same cell in excel, I.E cannot take up 3 rows, for 3 lines of an address.
In the SQL Data CHAR(10) and CHAR(13) are included, and other software pick up on these correctly.
EDIT: Sorry I forgot to metion, I want the lines to be present in the cell, but not span multiple cells.