I am using
C:\>   BCP dbname.dbo.tblname out tblname.txt -S srvrname -U sa –P sapwd -c 
-t \t -r \n

to create a text file from a sqlserver table . Th text file shows a tab 
after every field except the last field. How can i get it to put a tab even 
after the last field.

Help is appreciated,

regards, Harpreet

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to