Viewing 3 posts - 1 through 4 (of 4 total)
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
June 28, 2006 at 1:58 pm
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...
June 28, 2006 at 1:20 pm
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...
June 28, 2006 at 1:14 pm
Viewing 3 posts - 1 through 4 (of 4 total)