Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have to transfer data between two database servers
for that i first generate scripts for table schema s
then i created table on second database server along
with relations.
now i want to transfer data to second database server
from first database server
i tried using export data
but transfer is failed because of relations
can any one suggest be another way to do that
thanks in advance
Posted

 
Share this answer
 
Use import export wizad as you did, but in two steps as :

1. Transfer independent tables' data first(ie not to transfer any table with foreign key constraints)...
2. Transfer tables' that are dependent( ie tables with foreign key constraints).
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900