If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > copy database table from one server to another

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-11, 14:58
annaNJ annaNJ is offline
Registered User
 
Join Date: Jun 2011
Posts: 5
copy database table from one server to another

Hi,

I am new to this forum and new to sybase.
I have a database table on one server, and I have a need to create another "identical" database table on another server. Copy part of the data from the first server to the second server.
I have searched and found option of using bcp.. however, I am not sure how I can create an identical database table. I meant I have to create the rules, keys and structures etc.

Any suggestions on how I can go about doing it?

thanks
Reply With Quote
  #2 (permalink)  
Old 06-20-11, 19:36
ishu.cs ishu.cs is offline
Registered User
 
Join Date: Mar 2008
Posts: 59
you can use ddlgen utility to get the ddls for the table. This will give the tsql statement to create the table and related constraints. Take the BCP out at source,create the table at target using tsql statement you made using ddlgen utility, then bcp in the data at target.


refer the link SyBooks Online for more information
Reply With Quote
  #3 (permalink)  
Old 06-21-11, 16:31
annaNJ annaNJ is offline
Registered User
 
Join Date: Jun 2011
Posts: 5
ddlgen

Thanks, but my system does not have ddlgen, "find" couldn't find it..we are running 12_5, if it matters.
Reply With Quote
  #4 (permalink)  
Old 08-18-11, 06:15
prakashbuz prakashbuz is offline
Registered User
 
Join Date: Sep 2008
Posts: 40
ddlgen will be found in the folowing path..

$SYBASE/ASEP/bin (%SYBASE%\ASEP\bin in Windows).







Reply With Quote
  #5 (permalink)  
Old 08-31-11, 17:43
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
ASE-12_5/bin/ddlgen
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On