I have a problem getting a result set out into Excel.
I am retrieving my data into a static table, and then calling a DTS package to dump the table into an Excel workbook. The DTS DROP's and CREATE's the "table" in Excel first with no problems - but the problem comes when the data is written. One of the columns is a VARCHAR(2000), but this gets truncated as Excel wont allow you to create a column of this size. How do I do it? If I copy and paste the results into Excel, it doesnt truncate the column?
Thanks in advance.