Versions Compared

Key

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

To clear all data from the AssetTrack database without deleting your custom fields, forms, users, groups and security settings, run the following SQL statements directly against the AssetTrack SQL Server Database.  This effectively resets your AssetTrack system, clearing it of all data without eliminating your configuration.

Warning

This operation cannot be undone.  You will lose all data that has not been backed up.  Do this at your own risk.

delete assethistory
delete asset
delete PurchaseOrderLineItem
delete PurchaseOrder
delete assignee
delete location
delete costcenter
delete organization
delete sku
delete product
delete manufacturer
delete assettype
delete vendor
delete stockroom
delete WorkspaceTaskData
delete TaskData
delete historicaltaskdata
delete historylogentry
delete SystemLogEntry
delete CustomFieldValue
delete CustomEntity1
delete CustomEntity2
delete CustomEntity3
delete CustomEntity4

Resetting the Database back to its default state

...