Hello,
I have a data export process using msdb..sp_send_dbmail. Most fields come out to the CSV export "clean" expect for a Notes field which is because of the various characters that seem to impact the @Query_Result_Separator. Is there a common recommendation as to how to solve this problem?
My query looks like this:
SET @QRY2 = 'SET NOCOUNT ON;SELECT ID, Notes FROM my Table'
- This topic was modified 2 months, 2 weeks ago by rjjh78.