I can't seem to figure out how to export data in SQL 2005 that has a Comma delimiter AND that has quote marks around each piece of data.
For instance:
"Joe Smith","123 Any St.","Portland","OR"
I keep gettting:
Joe Smith,123 Any St.,Portland,OR
I can get the CSV part, but not the double quotes part.
Thanks,
- Bart
Start Free Trial