
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2010 10:31 PM
What is the cleanest and fastest way to erase all data in the Lansweeper databases? I want to start fresh and get an accurate inventory.
Also, there are a lot of machines in the inventory that no longer exist on the network or have been renamed. If anyone knows of a way to prevent this from happening, that would be great!
Also, there are a lot of machines in the inventory that no longer exist on the network or have been renamed. If anyone knows of a way to prevent this from happening, that would be great!
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2010 12:37 AM
To delete everything:
Stop the service
run sql:
"delete from tblcomputers"
(can take a long time)
In version 4 there are some options to clean up old computer.
Stop the service
run sql:
"delete from tblcomputers"
(can take a long time)
In version 4 there are some options to clean up old computer.
