
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2009 06:09 PM
After permanently deleting computers via the console I have found that it does not remove them from the tblADcomputers. Is there a way to make sure when they are deleted from the console that it deletes them in this table also or do I have to manually delete them from tblADComputer? I am running version 3.5.048.
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2009 06:12 PM
try this sql code:
delete from tblADcomputers where computername not in (select computername from tblcomputers)
