Posts tagged "CSV"
Exporting VARCHAR MAX and NVARCHAR MAX to CSV

Exporting VARCHAR MAX and NVARCHAR MAX to CSV

Recently, I had to export some query results to CSV and Excel. One of the columns was extremely large query text which was defined as NVARCHAR(MAX). Here are some of the issues I faced with this request and how I over came them. Initial setup and thought process The request was to pull query text...
When Excel will not convert a date to a date

When Excel will not convert a date to a date

While working with several CSV files, I found myself in a strange situation. I had merged the file contents into a single CSV file. I then opened the file in Excel, only to find that the Date column had data that was a mix of YYYY-MM-DD and MM/DD/YYYY. There are several things that can cause...