XMA: running UPDATE STATISTICS on an empty table

XMA: running UPDATE STATISTICS on an empty table

UPDATE STATISTICS should be done at least there is one row or more in a table.     However keep in mind that if you do update statistics on a small table you will need to update them frequently as the table grows in size to ensure you get efficient plans from the compiler.