Hi all,
I know this may be more of a SQL question than an Access question but I was hoping that one of the gurus here may have an answer.
Background: SQL 2005 Express with Access 2003 F/E
In order to re-develop my Access FE I did a backup of my always-on B/E, installed SQL2005 Exp. on a second workstation and restored the database there.
Obviously during the redevelopment a months worth of new records were added to the original 'base (lets call it db1) while new tables were added to the second db, some columns were added to the second db' tables and some columns were removed from the second db's tables. I think you can see where I am going with this.
I would like to now add the records from db1 to the structure of db2...
I believe the way to do this is through DTS although that can get complicated where you have similar but not identical tables/columns.
To further complicate issues, the 'bases both have the same names so (after renaming either of them and attempting a backup/restore in either direction) I cannot attach either database to either instance because due to name duplication. I was trying a program called SQLMerger but I think it is openeing the same mdf/ldf files as the tables look identical but I know they are not.
Iwas also thinking of doing an old-fashion Access export/import routine but that seems a long way round of doing things.
Please could anybody give me any ideas, or tell me how to rename db1 to that I can attach it to db2's instance?
I know this may be more of a SQL question than an Access question but I was hoping that one of the gurus here may have an answer.
Background: SQL 2005 Express with Access 2003 F/E
In order to re-develop my Access FE I did a backup of my always-on B/E, installed SQL2005 Exp. on a second workstation and restored the database there.
Obviously during the redevelopment a months worth of new records were added to the original 'base (lets call it db1) while new tables were added to the second db, some columns were added to the second db' tables and some columns were removed from the second db's tables. I think you can see where I am going with this.
I would like to now add the records from db1 to the structure of db2...
I believe the way to do this is through DTS although that can get complicated where you have similar but not identical tables/columns.
To further complicate issues, the 'bases both have the same names so (after renaming either of them and attempting a backup/restore in either direction) I cannot attach either database to either instance because due to name duplication. I was trying a program called SQLMerger but I think it is openeing the same mdf/ldf files as the tables look identical but I know they are not.
Iwas also thinking of doing an old-fashion Access export/import routine but that seems a long way round of doing things.
Please could anybody give me any ideas, or tell me how to rename db1 to that I can attach it to db2's instance?