I have a quick question regarding reindexing, when I run DBCC DBREINDEX for a table, will the stats of that table be updated as well or will I need to update the stats after this? My understanding is that the Stats are updated for the table when we run DBREINDEX and that sp_updatestats do not need to be run seperately.