How to restore the backup of another ProjectServer database

N

Newbie

Hello, I need your help!

I downloaded the backup of the ProjectServer database of a customer. I'm
trying to restore this DB on my Project Server, but it seems that the
Restore feature can't work on a backup which has been generated by another
database. What can I do ;-((
Thanks ahead for your help!

Newbie
 
A

Alexander Kupchinetsky

try this:
in Restore Database window(in Enterprise Manager) go toOptions page and set
"Force restore over existing database"
or
use REPLACE keyword in RESTORE DATABASE statement (if using TSQL)
be carefull - it will overwrite your existign database.
also you can restore your customer database under different
name(ProjectServerCustomer? for example) and use EditSite utility from
MS(kb839457) to create another PWA site to use with it
 
Top