Hi experts,
I inherited this db, and the users, told me there is only one table I should pay attention and tune because it grew a lot over the past year… They are open to suggestions/improvements to make it work better…
The table has 92 columns a few questions below…
-I have seen A LOT of nulls, is there a check I can run to check all columns and return all the columns that have more than 95% null values in it?
-I saw two NTEXT column, makes any sense to change them to varchar and truncate let’s say at 200 char?
-Below is a list of the indexes and their data… I feel tempted to delete index 2,3,4 and 5.
Any other ideas are welcome!