If the percentage specified for FILLFACTOR isn't large enough to allow for one row, the [!INCLUDE ssDE] internally overrides the percentage to allow for the minimum. The number of rows on an ...
--My approach to validating that I imported the correct number of rows is to use multiple CTEs (Common Table Expressions)... --To validate the number of rows in each table.