Showing posts with label sql query. Show all posts
Showing posts with label sql query. Show all posts

Monday, December 9, 2013

Enterprise Vault - SQL Query to find number of items awaiting indexing

SELECT Count(*) FROM JournalArchive WHERE IndexCommited = '0'
 

Note: it should be ran on the Vault Database