Is it possible too change the database paths back after using the alter database transaction below?
ALTER DATABASE database_name MODIFY FILE ( NAME = logical_name , FILENAME = 'new_path\os_file_name' )
My SQL was accidentally installed on a disk created for a file share and I needed to move the system databases to another disk on the SQL resource. The command appeared to work ok and I could see the new path in the db file properties. When restarting the resource is wouldn't some back up.
I've not amended the master db file location.