Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Starnge Output From BCP

    Opps! DUH! I did not catch that. You are absolutely correct. So it is working okay.

    Thanks for the enlightenment and the CONVERT functions. It works great now.

    Mike

  • RE: Starnge Output From BCP

    I did

    bcp "SELECT last_name, first_name, begin_dt, adj_beg_dt, eval_months FROM FASTECHTIME..EmpEvals WHERE eval_months = 3 ORDER BY last_name, first_name" queryout EmpEvalsDue3.txt /STime /Uxxxxx /Pxxxxxxxx /fEmpEvalsDue.fmt /oEmpEvalsDue3.msg /eEmpEvalsDue3.err /t, /c /q...

  • RE: Starnge Output From BCP

    I think it is a BCP issue because of the way the output is presented. There should be a comma between the 2 date fields instead of just before the...

Viewing 3 posts - 1 through 4 (of 4 total)