Hi,
Is there a tool available which allows me to select a table in Sybase, and have it copied to another Sybase database?
That means create the table when it does not exist, and insert all records from source to target.
I'm new to Sybase and have the SQL Server Import Wizard in mind, which lets me do just that.
BODS is used in the project which we can use to get data across but we have hundreds of little lookup tables with validated data which we need in the next DTAP environment. Building all these transfers individually will probably take ages.
Request clarification before answering.
Hello Opstal,
There is a tool called bcp which you can use for copying the table and data to a flat file and pasting it in the destination
1 bcp out
2 bcp in
Further details you can get in from http://infocenter.sybase.com
Regards
Kiran K Adharapuram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.