![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shellscript.query Oracle table..populate in a text file | bhagat.singh-j | Shell Programming and Scripting | 7 | 01-15-2009 02:07 PM |
| load a data from text file into a oracle table | raji35 | Shell Programming and Scripting | 2 | 01-15-2009 03:48 AM |
| shell script to read data from text file and to load it into a table in TOAD | pallavishetty | Shell Programming and Scripting | 1 | 10-31-2008 04:15 AM |
| Ping text file of ip addressese and output to text file | Lasthitlarry | Shell Programming and Scripting | 11 | 10-24-2008 05:51 PM |
| Convert Header into Column in Text file | vsubbu1000 | Shell Programming and Scripting | 7 | 08-06-2007 05:09 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how can I bcp out a table into a text file including the header row in the text file
Hi All,
I need to BCP out a table into a text file along with the table headers. Normal BCP out command only bulk copies the data, and not the headers. I am using the following command: Code:
bcp database1..table1 out file1.dat -c -t\| -b1000 -A8192 -Uuser -Ppassword -efile.dat.err Shilpa. Last edited by Yogesh Sawant; 07-21-2009 at 07:26 AM.. Reason: added code tags |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|