I’m new to Epicor but I have past experience with SQL Server. Doing a little poking around I found that two tables in our Epicor database equates to over half of our entire database size, these tables are Erp.GLJrnDtl and Erp.TranGLC.
The table Erp.GLJrnDtl and Erp.TranGLC themselves aren’t very large being 10 GB and 8.5 GB respectively. The indexes on the other hand are 33 GB and 31 GB respectively.
Looking at the indexes themselves we have 31 non clustered indexes on Erp.GLJrnDtl and another 16 non clustered indexes on Erp.TranGLC. Are all of these stock Epicor indexes or were these added by us?