How Do I Back Up Company Database?
To back up the Microsoft SQL Server Standard or SQL Server Express database
(2008 or later) containing your ArchiOffice
database, do the follow:
- Make sure you are logging in as an administrator
on the Windows server.
- Open the SQL Server Management Studio.
- On the Connect to Server
screen, verify the correct server name (for example, Username\SQLExpress) is selected.
- Select Windows
Authentication from the Authentication
drop-down list and click Connect.
- After connecting, expand the Databases
list and right-click on the database to be backed up.
- From the right-click menu, select Tasks
> Back Up.
- On the Back Up Database screen, in the Destination section, click Remove to delete the standard backup
location (for example, C:\Program Files\Microsoft
SQL Server\MSSQL.X\MSSQL\Backup\DatabaseName.BAK).
- Make sure the
Disk option is selected (not
Tape) and click Add to specify
a new backup location.
- Browse to select
a new backup destination folder. Make sure Files
of type is set to Backup Files (that is, *.BAK
extension) and enter a backup filename.
Make sure that the user group (SQLServer200XMSSQLUser$ComputerName$InstanceName)
has full rights to read and write from the directory where you are
saving the .BAK file. This is a user group
that SQL creates in your Security when installed on a server.
- Confirm the full
directory path and then click OK.
- On the Back Up
Database screen, verify Full is selected from the Backup
type drop-down list and then click OK
to start the backup process.