|
Description |
This program loads your Sybase BCP data file into a table. As |
|
Syntax |
psBCP -Sserver -Uusername -Ppassword -Ddatabase |
|
-S |
Sybase Server Name |
|
-U |
Sybase User Name |
|
-P |
Sybase User's Password |
|
-D |
Sybase Database |
|
-W |
Table belongs to this 'owner' |
|
-N |
Table having pattern 'name' |
|
-B |
Name of the input BCP load file [standard input] |
|
-b |
Number of rows in a single xact batch [the entire file] |
|
-C |
Number of rows to cache [1000] |
|
-H |
Header records to ignore [0] |
|
-A |
Column delimiter string [ | ] |
|
-Y |
Row terminator string [operating system default record terminator] |
|
-L |
Leading character to remove |
|
-T |
Trailing character to remove |
|
-R |
Replacement character for an embedded space in a text field |
|
-m |
Maximum record size [4096] |
|
-x |
Maximum image size [100000] |
|
-F |
Log file [standard output] |
|
-E |
E-mail address to report errors |
|
-O |
Options |
|
s |
Turn off statistics reporting |
|
t |
Truncate table first |
|
c |
Checkpoint after each batch |
|
d |
Dump transaction log with truncate_only after each batch |
|
i |
Explicit identity values are in the BCP load file |
|
w |
Remove leading and trailing white spaces except for the delimiter from BCP file |
|
q |
Remove quotes from text fields |
|
u |
Update statistics at the end |
|
a |
Update 'all' statistics at the end |
|
DSQUERY |
When -S is not specified. |
|
SYB_USER |
When -U is not specified. |
|
SYB_PASS |
When -P is not specified. |
|
SYB_DATABASE |
When -D is not specified. |
|
PS_SYSMSG_FILE |
Name of the tool's messages file. |
Go to DBPowerSuite 7.9 List of Programs.
Updated: Thu Jun 18 21:12:26 2009