Need Help

Discussion in 'Databases' started by giri12, Oct 6, 2011.

  1. #1
    Hi,

    I have 3 databases with different names and in 3 databases the tables are same but in tables the orders are different. i want to merge this 3 databases into single database.

    please help me out.
     
    giri12, Oct 6, 2011 IP
  2. roguemaster

    roguemaster Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if all you want to do is move all the records together into one of the databases, then you just need to insert all the records from database 2,3 into database 1 into that table. however you need to know what your doing. make sure those tables dont have relations with other tables. these questions are difficult to answer without having the entire picture in front of you. please give more details.
     
    roguemaster, Oct 7, 2011 IP
  3. otshare

    otshare Peon

    Messages:
    70
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if I were you i would create another database with same database structure but without the data. Then load that database from existing databases 1, 2 and 3. Then test if everything is working. If it works then just use the new database or empty and then import to the database which you want to use.
     
    otshare, Oct 10, 2011 IP