Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Generalized instructions for performing a SQL Backup and Restore as well as copying the necessary file folders are laid out below. Please consult with a QuoteSoft Product Specialist for specific needs.

DATABASE BACKUP:This process is used for:

  • Moving database and files from one server to another
  • Creating backups for offsite storage
  • Creating backups for another location to have the same start up data

I. DATABASE BACKUP

  • Launch “Microsoft SQL Management Studio” from your start menu.
  • Connect to the appropriate instance of the Microsoft SQL Server Database Engine (MachineName\QUOTESOFT).
  • In Object Explorer, click the server name to expand the server tree.
  • Expand Databases
  • Right-click the Duct database, point to Tasks, and then click Back Up. The Back Up Database dialog box appear.

...

https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2005/ms187510(v%3dsql.90)


II. BACKUP SERVER FILES

  • Using windows explorer, browse to the folder that the server was installed to.  Default is: “C:\Quotesoft\DuctServer”
  • Two folders are needed for backup:
    • Jobs folder (stores plan files and saved reports)
    • Open the Images folder, copy the Catalog folder (stores custom catalog images used within the Duct program)
  • Typical suggestion is to zip the Jobs and Catalog Images folder together



III. RESTORING DUCT

  1. Install Duct on the system (Same version as what was backed up)

...

https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2005/ms177429(v=sql.90)


IV. RESTORE THE SERVER FILES

  1. Using windows explorer, browse to the folder that the server was installed to. Default is:“C:\Quotesoft\DuctServer”
  2. Jobs Folder
    1. If there is a jobs folder, it must be deleted before placing the backed up folder in its place
  3. Catalog Images
    1. Open the C:\QuoteSoft\DuctServer\Images folder and delete the Catalog folder
    2. Extract\Copy in the backed up Catalog Images folder

...