GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DATACOPY(FreeTDS) FreeTDS (freetds reference manual) DATACOPY(FreeTDS)

datacopy
move table data between two servers

datacopy [-vdE] {-t | -a | -c owner} [-b batchsize] [-p packetsize] [-S server/username/password/database/table_or_view] [-D server/username/password/database/table] [-T textsize]

datacopy is a utility distributed with FreeTDS. datacopy will move table data from one server to another without the need for intermediate files. datacopy is much faster and more efficient than is freebcp out/in.

datacopy makes use of the db-lib bcp API built into FreeTDS. This API is also available to application developers.

datacopy can be used to migrate data between Sybase ASE and SQL Server or vice versa.

Truncate target table before loading data.
Append data to target table.
owner
Create the target table with the same schema as the source table. datacopy will submit a ‘CREATE TABLE’ command on the target server using the specified owner in the command, e.g. ‘CREATE TABLE owner.table (...).
batchsize
The number of rows per batch of data copied. Each batch of data is effectively 'committed' to the database. The default is 1000.
packetsize
The number of bytes, per network packet, sent to and from the servers. Increased packet size can enhance performance.
textsize
Specify size of TEXT/IMAGE column from network.
Produce verbose output, including diagnostic timings.
Produce freetds TDSDUMP output. (Serious debug only!)
server/username/password/database/table_or_view
The connection information for the source server and the location/name of the table (or view) to be copied. If not specified, datacopy prompts the user for the information.
server/username/password/database/table
The connection information for the destination server and the location/name of the target table. If not specified, datacopy prompts the user for the information.
Keep identity values.

freebcp(1), defncopy(1), bsqldb(1), tsql(1), FreeTDS User Guide.

datacopy first appeared in FreeTDS 0.64.


The datacopy utility was written by Bill Thompson ⟨thompbil@exchange.uk.ml.com⟩.
March 25, 2015 FreeTDS dev.1.3.40

Search for    or go to Top of page |  Section F |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.