Is it possible to merge two existing FogBugz databases ? The first one is in MSAccess format and the one that we want to merge into is SQL Server. My first thoughts were that there would likely be conflicts in the keys between one db and the other if I tried to do it manually once I had upgraded the first instance to SQL. I don't suppose there is some sort of wizard that will merge two instances ??
|
1
|
You are right: there are a lot of foreign keys involved which make a merge impossible. The best way to migrate data into an existing FogBugz database is through the use of the XML API. |
||