gooseriver
IS-IT--Management
I want to take record where empname = 23 from db1 and insert it into db2. Both db have the same structure... How can I do this through a script to run through query analyzer
Database: db1
Table: table1
column: empname
to
Database: db2
Table: table1
column: empname
Database: db1
Table: table1
column: empname
to
Database: db2
Table: table1
column: empname