About the "Move database files to new
location" option

By default, database and log files are restored
to their original directories . If you plan to restore database to new location
, you can change directories by clicking the "New Location" button .
The name rules of database files as following:
- [ Directory ]+[ Logical Name ] + ".mdf"
for database primary file ,
- [ Directory ]+[ Logical Name ] + ".ndf"
for database user-added files ,
- [ Directory ]+[ Logical Name ] + "_log.ldf"
for log file.
Please note if the
"Move database files to new location" option is selected:
- If the "Restore As"
field value is the original database name, the original database and logs
files will go away and be move to new location.
- If the "Restore As"
field value is a new database name, the new database and log files will be
created in new directories , original database and log files will NOT be
removed.
- Please make sure new
directory already exists before the job starts.