Checking the remaining EBS stubs in a specific content database
Search and filter
KB Article ID: 11279
Product: | DocAve 6 Suite |
Product Version: | 5.8.0.0 |
SharePoint Version: | 2007 |
Details:
If you want to check for the remaining EBS stubs in a specific content database, you can use one of the following SQL query commands:
SELECT DeleteTransactionId,* from AllDocs where (Docflags&65536)<>0
SELECT DeleteTransactionId,* from AllDocVersions where (Docflags&65536)<>0
You need to execute the two commands above at the same time.
If you encounter this issue, please contact AvePoint Technical Support at support@avepoint.com. Please be sure to reference this KB Article ID.