EnglishFrenchSpanish

Ad


OnWorks favicon

datacopy - Online in the Cloud

Run datacopy in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command datacopy that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


datacopy - move table data between two servers

SYNOPSIS


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

DESCRIPTION


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.

OPTIONS


-t Truncate target table before loading data.

-a Append data to target table.

-c owner
Create the target table with the same schema as the source table. datacopy will
submit a 'create table' command on the target server/database using the specified
owner in

the command, e.g. CREATE TABLE owner.table (...).

-b batchsize
The number of rows per batch of data copied. Each batch of data is effectively
'committed' to the database. The default is 1000.

-p packetsize
The number of bytes, per network packet, sent to and from the servers. Increased
packet size can enhance performance.

-v Produce verbose output, including diagnostic timings.

-d Produce freetds TDSDUMP output. (Serious debug only!)

-S 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 will prompt the user for the
information.

-D server/username/password/database/table
The connection information for the destination server and the location/name of the
target table. If not specified, datacopy will prompt the user for the information.

Use datacopy online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad