How to insert data from one database to another

  • I have two database on the smae server

    i wanted to select datat from one and insert into another

    But my insert into statement returns error

    Can some one guide me.

  • INSERT db1.objectowner.tblname (collist)

    SELECT relativecollist FROM db2.objectowner.othertblname

    If you follow that format and get an error then we need to know the error to help further.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply