/
Task 2.4.4: Recover Data Database, SQL Server Alternative
Badger TraCS Guides
Task 2.4.4: Recover Data Database, SQL Server Alternative
Task 2.4.4(b): Recover Data Database, SQL Server Alternative
Note: It is recommended that you contact badgertracs@wi.dot.gov to help you assess your agency’s situation. There may be less drastic options available depending on the extent of the damage.
Purpose: Recreate the TraCS Data database when it is destroyed beyond repair and no backups exist.
Requirements: TraCS Installation files, access to field unit with TraCS mobile installed.
In SQL Server Management Studio (SSMS)
Paste the query below to create the tracs_data database. You should use the copy button in the code snippet below.
USE master
GO
CREATE DATABASE tracs_data
GO
use tracs_data
GO
DECLARE @sql1 VARCHAR(1000)
SELECT @sql1='ALTER DATABASE '+quotename(db_name())+' SET ALLOW_SNAPSHOT_ISOLATION ON
ALTER DATABASE '+quotename(db_name())+' SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE '+quotename(db_name())+' SET read_committed_snapshot ON
ALTER DATABASE '+quotename(db_name())+' SET MULTI_USER'
exec(@sql1)
, multiple selections available,
Related content
Task 2.4.5: Recover Custom Database, SQL Server Alternative
Task 2.4.5: Recover Custom Database, SQL Server Alternative
Read with this
Task 2.6.2 Recover Misc. | Help Desk Assistance Only
Task 2.6.2 Recover Misc. | Help Desk Assistance Only
Read with this
Task 2.5 Recover Network Folder
Task 2.5 Recover Network Folder
Read with this
Task 2.5.1: Recover Network Folder With Backups
Task 2.5.1: Recover Network Folder With Backups
Read with this
Task 2.6: Recover Pack Updates | Misc. Recovery
Task 2.6: Recover Pack Updates | Misc. Recovery
Read with this
Task 2.4.2: Recover Users Database, SQL Server Alternative
Task 2.4.2: Recover Users Database, SQL Server Alternative
Read with this
email badgertracs@dot.wi.gov or call 608-267-2096