This is an easy way to get the number of rows in a table and the amount of HD space used by the table
USE OPWBI GO EXEC sp_spaceused N'FND_ATTACHED_DOCS_FORM_VL_SSIS' GO