Question : GFI Essentials 2010 Folder set up

We had an older version GFI Essentials on Exhcnage Server 2003.  If a legitimate email got tagged as Spam in Outlook, we could drag the email from the spam folder to a folder such as whitelist and GFI would add the email sender to the whitelist.  We could also move spam that cleared the filters into a blacklist folder.

Now we have GFI Essentials on 2010 on Exchange Server 2007.  After install, I don't see those public folders to drag emails to.  I'm wondering if I missed something on the install or do I need to do something post-install?

Answer : GFI Essentials 2010 Folder set up

Apparently dtproperties showing as a user table in SQL Server 2000 is a known bug: http://support.microsoft.com/kb/832955

Are there other system tables you are trying to eliminate?

Does this work for you?


1:
2:
3:
4:
SELECT C.* 
FROM INFORMATION_SCHEMA.COLUMNS C 
INNER JOIN sysobjects so 
ON (C.TABLE_NAME = so.NAME and type='U' and C.TABLE_NAME <> 'dtproperties')
Random Solutions  
 
programming4us programming4us