Badger TraCS Guides

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Current »

Task 2.3: Restore SQL Databases From Backups

Whenever possible restore data from backups.  If your backups are corrupt or non-existent, then you should see the note below to see if Microsoft’s documentation can help you recover the databases.

Please contact badgertracs@dot.wi.gov if you and your IT are unsure of which data recovery options are appropriate to your agency’s situation.  We’re here to help.

If you cannot recover the database, refer to Task 2.4 on how to start a new server with no backups.

How to Restore Databases Using Your Backups to a New SQL Server.

If the server name has changed, then the TraCS Database Connections in the TraCS Configuration Manager will need to be updated.

  1. Starting with a brand new SQL Server install, your screen should look like this:

image-20240905-153903.png
  1. Right click on Databases and select Restore Databases

    image-20240905-154503.png

  2. Under the General page

    1. Select Device

    2. Select the

    3. Make sure the backup media type is set to file

    4. Click add

      image-20240905-155324.png

  3. It should automatically navigate to the default backup location.

  4. Locate and select your backup file. The file name should match the database you are looking for.

    1. click OK. You should see the file mentioned in the backup media after pressing OK

    2. Press OK again

  5. Click the Options page and select “overwrite the exsisting database (WITH REPLACE)” and click OK

    image-20240905-160124.png
  6. Click OK and it should import.

  7. Repeat these steps for each database.

  • No labels