I am trying to upgrade from a server running SqlServer2005 (no service packs) to a server running SqlServer2005 service pack 3.
I am trying to copy the databases from one to another by doing a backup on one, then a restore on the other.
I am using ssms.
When I try to restore a backup of, call it DbName, created on the first server, onto the second server (I created a db DbName on the second server) I get the error message:
backup set holds a backup of a database other than the existing 'DbName' database
What's going on here and how do I fix it?