Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Chapter 3 Using bcp
to Transfer Data to and from Adaptive Server [Table of Contents] bcp requirements

Utility Guide

[-] Chapter 3 Using bcp to Transfer Data to and from Adaptive Server
[-] Methods for moving data

Methods for moving data

You can use the following methods to move data to and from your Adaptive Server databases:

Importing and exporting data with bcp

Transact-SQL commands cannot transfer data in bulk. For this reason, you must use bcp for any large transfers. You can use bcp to:

Adaptive Server can accept data in any character or binary format, as long as the data file describes either the length of the fields or the terminators, the characters that separate columns.

The structures in the tables involved in the transfer need not be identical, because when bcp:

When the transfer is complete, bcp informs you of the number of rows of data successfully copied, the number of rows (if any) that it could not copy, the total time the copy took, the average amount of time, in milliseconds, that it took to copy one row and the number of rows copied per second.


Chapter 3 Using bcp
to Transfer Data to and from Adaptive Server [Table of Contents] bcp requirements