I'm putting together scripts to drop indexes while large amounts of data is imported. Then I will recreate the indexes. I notice that many of the tables have statistics listed when you query the index information.
What are best practices:
1) Do I have to drop and recreate the stats too?
2) Or will recreating the indexes rebuild these automatically?
3) Can I simply recreate the indexes then run sp_updatestats for all tables?
Thanks!