I know that the query works...I have ran it in SQL Server (version is 2000). However I cant get it to run using the BCP command. I may be using the wrong format. I wrote it like:
BCP "SET QUOTED_IDENTIFIER OFF
SELECT EMP.EMPCODE, EMP.LASTNAME, EMP.FIRSTNAME, EMP.CRAFT, EMP.CREW...