hi all,
i'm creating this bcp command line to create a format file
bcp "SELECT id_s, date, log_type, query, user, Sito FROM Log" format nul -n -x -f "log_format.xml" -S .\SQLEXPRESS -T -e "errors.err"'
but the result is the error:
"An error occurred while processing the command line"
what is wrong about my command?