Use bach size prop in database to database #442
Answered
by
flarco
calebeaires
asked this question in
Q&A
-
Since sling uses bcp as a driver, can we make use of ./sling run --src-conn MY_HOUSE --src-stream 'orders' --tgt-conn MY_SERVER --tgt-object 'Eclipse2024.orders' --mode full-refresh |
Beta Was this translation helpful? Give feedback.
Answered by
flarco
Nov 18, 2024
Replies: 1 comment
-
Can you try the latest dev build? It will accept the new property For example: MSSQL:
type: sqlserver
database: master
host: msserver
port: 1433
user: sa
bcp_extra_args: ["-b", "5000"] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flarco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try the latest dev build? It will accept the new property
bcp_extra_args
in yourenv.yaml
.For example: