Hi,
In SQL server 2000 - I'm attempting to copy data from tables in database A to database B. Database B is an exact copy of database A and is on the same server.
However, if I use the DTS Import/Export Wizard, choosing 'Copy objects and data..' and 'Copy data - replace existing data' the copy fails with 'Table does not exist in database'. The table does exist in the destination database, so I'm not sure why it would fail?
Would anybody have any ideas?
In SQL server 2000 - I'm attempting to copy data from tables in database A to database B. Database B is an exact copy of database A and is on the same server.
However, if I use the DTS Import/Export Wizard, choosing 'Copy objects and data..' and 'Copy data - replace existing data' the copy fails with 'Table does not exist in database'. The table does exist in the destination database, so I'm not sure why it would fail?
Would anybody have any ideas?