I have a batch job that runs that is querying data from SQL Server. I am then emailing the output of that query to a customer. Presently we are emailing a | delimited list, however the customer would prefer a tab delimited list. I have attempted using a char(9) in place of '|' but with no luck. Is there a way to accomplish this?