You can use the bulk copy program (bcp) to copy data in or out of a table. bcp provides a convenient, high-speed method for transferring data between a database table or view and an operating system file. bcp can read or write files in a wide variety of formats. When copying in from a file, bcp inserts data into an existing database table; when copying out to a file, bcp overwrites any previous contents of the file.
The Adaptive Server Plug-in uses a wizard to configure the bcp session.
To start the bcp wizard:
Select either File | Bulk Copy or right-click the the table name and select Bulk Copy.
Select either In or Out.
The bcp wizard appears. Follow the instructions on the screen to bcp data in or out.