chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control

Home Page:http://projectroundhouse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Make the restore smarter during the move of database files

ferventcoder opened this issue · comments

Select * from {{DatabaseName}}.sys.database_files will give you the name and physical name of the file and log location so you can reroute during a restore (instead of needing a custom restore script).