Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 bcp putting extra line at the end of the file.

Author  Topic 

kidaduo
Starting Member

45 Posts

Posted - 2008-04-03 : 15:36:54
Help!

I have a bcp that create an extra line at the end of the file--how do u fix--

bcp "select upload_data FROM %DRI_DB%.dbo.chf_upld_wkstn" queryout %DATA_DIR%test.txt -S %DRI_SERVER% -U %DRI_USERID% -P %DRI_PW% -c



Josephine

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-03 : 23:18:59
What does extra line look like?
Go to Top of Page
   

- Advertisement -