populating database from another databse

Last post 09-08-2008, 11:07 AM by randyvol. 3 replies.
Sort Posts: Previous Next
  •  05-08-2008, 2:49 AM Post number 51327

    • juhee is not online. Last active: 05-08-2008, 4:40 AM juhee
    • Top 500 Contributor
    • Joined on 05-08-2008
    • Level 1: Deep thought

    populating database from another databse

    hi

    how to populate one databse from another databsase..the schema of both databse is not same...

    plz tell how to achieve this using procedures

  •  05-08-2008, 2:03 PM Post number 51601 in reply to post number 51327

    Re: populating database from another databse

    You can do this several ways but I'd link the two servers and then use select statements  from the linked database to populate your tables.
  •  08-21-2008, 9:24 AM Post number 69182 in reply to post number 51327

    Re: populating database from another databse

    You can use SSIS and use a data flow task to populate from one database to another if you do not have the option of Linked Servers.
  •  09-08-2008, 11:07 AM Post number 69452 in reply to post number 51327

    • randyvol is not online. Last active: 10-03-2008, 1:21 PM randyvol
    • Top 25 Contributor
    • Joined on 04-04-2007
    • Columbia, SC (USA)
    • Level 2: Deep Blue

    Re: populating database from another databse

    Actually, while both previous responses are in part correct, you need to provide more in the way of what you want to populate across databases - what objects?

    users and permissions?

    tables and data?

    triggers?

    Databases contain a whole host of objects, some are easier than others to move across.

     

    What exactly do you want to do?

View as RSS news feed in XML