# available only in SQL Backup 7.0 and newer
Have you ever had the need to relocate your restored database's
files to another directory? This would have entailed using
the MOVE option to tell SQL
Server where to store the database files in. In SQL Backup 7,
we added the MOVE DATAFILES,
MOVE LOGFILES, MOVE FULLTEXTCATALOGS, and MOVE FILESTREAMS option to allow you to
easily relocate your database files.
Say you want to restore a database and relocate all its data
files to the 'f:\data\'
folder, and the log files to 'f:\logs\'. This is what you would
do, using the MOVE DATAFILES
and MOVE LOGFILES options:
Document history
5/7/2012 | Initial release. |