I want to move physical location of all my databases (around 20) to new location.
sys.master_files (physical name) column gives me path of databases.
If I copy physical files to new location and change path here then databases will be moved to new locations?
If above is not possible then what is the best way to move databases in bulk?
Thanks.