
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2010 11:18 AM
Hi,
Is there a database script where i can run in configuration-> Database scripts and enter computernames in bulk for exclusion.
I have lot of computername which need to be excluded instead of typing one one machine.
Kindly suggest
Is there a database script where i can run in configuration-> Database scripts and enter computernames in bulk for exclusion.
I have lot of computername which need to be excluded instead of typing one one machine.
Kindly suggest
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2010 06:42 AM
You can do this with an sql query:
delete from tblcomputers where computer = 'computer' or computer = 'computer2'
delete from tblcomputers where computer = 'computer' or computer = 'computer2'
