I am having problems with my redirected restore. I am restoring a DB using a backup from another DB.
The error that I am getting is:
Code:
SQL2542N No match for a database image file was found based on the source
database alias "NAMDWH" and timestamp "" provided.
and the code is:
Code:
restore database NAMDWH user DB2admin using ******** from F:\20060301 to G: into NAMDWH redirect;
Has anyone seen this? Does any one have any thoughts on how to get around this?