Move a Database

A Vault database is moved by relocating the corresponding MDF, LDF files from their existing location to another location on the same computer.

The default path for the database files for a Vault is C:\Program Files\Microsoft SQL Server\MSSQL10_50.AUTODESKVAULT\MSSQL\DATA.

Note: The User under which SQL service is running must have Full Control for the location to which the database is being moved.
  1. Select a vault from the Vaults folder.
  2. Select Actions ► Move Database
    Note: You can also right-click on the vault and select Move Database.
  3. On the Move Database Files dialog browse to the new location for Data file (MDF) and Log file (LDF).
    Note: Note: MS SQL requires that the new location be on the same computer as the current location for the database.
  4. Click OK on the browse dialog.
  5. Click OK on the Move Database Files dialog.
  6. Select Yes on the prompt to proceed with the Move operation.
Note: It is not necessary that both MDF and LDF of a given vault be at the same location.