SELECT COUNT(*) FROM ArchiveManager.dbo.MailBox WHERE (EnableStoreManager = 1) AND (LastFolderPopulation < GETDATE() - 1)
The above query is returning a value of 1. What does this means?
SELECT * FROM ArchiveManager.dbo.MailBox WHERE (EnableStoreManager = 1) AND (LastFolderPopulation < GETDATE() - 1)
© 2022 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy