How come when I run select count(*) on my table I get a different number of rows than the ROWS attribute returned when I run sp_spaceused?
1) select count(*) = 36526
2) sp_spaceused 'EnrollmentDetail' ,@updateusage = 'TRUE' = 36365
Shouldn't these two numbers match?
1) select count(*) = 36526
2) sp_spaceused 'EnrollmentDetail' ,@updateusage = 'TRUE' = 36365
Shouldn't these two numbers match?