• You've made a type in the restore command. You have missed the ":" after the drive.

    MOVE 'MyDBDW_log' TO 'E\MSSQL\Log\MyDBDW.ldf'

    must be:

    MOVE 'MyDBDW_log' TO 'E:\MSSQL\Log\MyDBDW.ldf'

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **