Hi,
I'm using BCP command to export the data of a table to flat file. The file is getting created fine with all the data, but it is adding an extra blank line at the end of the file. Is there is any way to avoid creation of blank line? Following is the BCP command I'm using
BCP
out -c /U /P /SPlease let me know if there is anyway to avoid blank line in the end of the exported file. Thanks