|
Home > Archive > microsoft.public.sqlserver.server > October 2002 > bcp -e
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
Is there some way I can get the error file for the bcp to
log in append mode instead of overwrite?
Thanks,
Phil
| |
|
| I know that instead of using -e, you can specify an output file in the
command line:
bcpout.bat file:
bcp "asset..action" out c:\action.txt -c -q -T
command line:bcpout.bat >>out.txt
The out.txt file will be created for you. It will append rather than
overwrite.
"Phil" <phil__t@hotmail.com> wrote in message
news:ae7801c2662e$00c84990$39e
f2ecf@TKMSFTNGXA08...
> Hi,
>
> Is there some way I can get the error file for the bcp to
> log in append mode instead of overwrite?
>
> Thanks,
> Phil
|
|
|
|
|