Making an MSDE Backup
You should make regular backups of your MSDE database in case of server failure.
To back up MSDE:
- Shut down Aurea List Manager. If Aurea List Manager is running in a console window, ctrl-c begins the shutdown process. If it is running as a service, stop the service by navigating to Start -> Settings -> Control Panel -> Administrative Tools.
- Shut down MSDE using the SQL Server Service Manager. It can be found by clicking Start -> Programs -> MSDE -> Service Manager.
- Using Windows Explorer (Start –> Programs –> Accessories – Windows Explorer), In the left Navigation
bar, click the SQL Server Data Directory:
C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Data.MDF
C:\Program Files\Microsoft SQL Server\MSSQL\Data\ListManager_Log.LDF
- Copy the entire data directory to your backup location.
- Restart MSDE using the SQL Server Service Manager.
- Restart Aurea List Manager.
To restore your backup
- Stop Aurea List Manager.
- Copy the
ListManager_log.ldf
andListManager.mdf
files from the backup location to the data directory of your MSDE installation. - Restart MSDE.