At the end of each month I reindex a critical financial database on a relatively new SQL 2014 Server that was installed July 2017.
I manually reindex using the following query: EXEC sp_MSforeeachtable @command1="print '?' DBCC DBREINDEX('?')
I manually reindex using the following query: EXEC sp_MSforeeachtable @command1="print '?' DBCC DBREINDEX('?')