Plan on purchasing a database to add to my current; but how?

Discussion in 'Databases' started by cajunboy2208, Jan 5, 2008.

  1. #1
    How would I merge the database I plan on purchasing into my current database?
     
    cajunboy2208, Jan 5, 2008 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Depends how you want it merged. A db normally comes in the form of SQL with the first few lines setting up the db and tables and then the rest being insert commands.... if the structures match then just delete everything but the inserts and run it.... if they dont match then probably easier to create the new db and write a short program to simply read from the new db and insert into the old one with any data mapping required
     
    AstarothSolutions, Jan 5, 2008 IP
  3. cajunboy2208

    cajunboy2208 Guest

    Messages:
    162
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How much would it cost to pay someone to do that?
     
    cajunboy2208, Jan 5, 2008 IP
  4. Kuldeep1952

    Kuldeep1952 Active Member

    Messages:
    290
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Cost would depend on:

    1) The size of the database to be imported? This you probably know.

    2) How different are the two databases? This can be known only
    after seeing the structures of the two databases.
     
    Kuldeep1952, Jan 6, 2008 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If it is just uploading then look for an indian developer or such who would do it for a few bucks (not worth paying UK/ USA etc rates)

    If mapping is required then it is subject to the complexity of the mapping that is required
     
    AstarothSolutions, Jan 6, 2008 IP