Viewing 6 posts - 1 through 7 (of 7 total)
I DID IT!!
A friend sent me his BCP.exe and it worked well. I was testing directly in CMD by a BCP.exe that was not in PATH. When I runned...
October 11, 2013 at 8:12 am
No error messages are shown. It keeps 'executing query' forever. I have to end the BCP proccess by windows task manager.
I did try -S.
None changed.
October 10, 2013 at 2:00 pm
That thing:
EXEC('EXEC MASTER..XP_CMDSHELL ''BCP "SELECT * FROM [[db]]..[table]" QUERYOUT "C:\Users\processos\teste\TESTE.TXT" -t; -r -c -CRAW -U[user] -P[[pass]]''')
TY
October 9, 2013 at 4:46 pm
Viewing 6 posts - 1 through 7 (of 7 total)