i made a backup of a old sql database and wont overwrite the new one. is that a way i can merge them?

link|improve this question
What database platform? SQL Server, MySQL, Oracle, Progress, etc? – mrdenny Dec 18 '10 at 9:41
feedback

1 Answer

Short answer - yes. But it depends what kind of db format you have. If you have simple text file with SQL statements, you can use unix tools like awk, grep, diff, etc. Or you can use perl it should simplify the problem. Depends of your database type, backup type and size.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.