Tag: database admin

  • Rename logical & physical MSSQL files

    This post will provide guidance on how to amend the logical and physical file names of a MSSQL database. When a copy of a database is restored as a new database, the logical file names will remain the same as the source database. Firstly, check the current logical and physical file names: USE master GO…