In one of my visual basic programs on and off the program runs slow. It used to run slow all the time. After adding some indexes it is much better. I want to further tweak the indexes and see whether there is a performance improvement. Here are some of the questions I have?
1) How often should I re-index? At present we do it once every Sunday.
2) When ever we run our backups it slows it down. Do other jobs affect the database? We have a job that run every 15 minutes. Another job that run every hour.
3) The fill factor on the indexes is set to 90%. Will it make it a difference if I change it to 80%? In one of my tables that I have four indexes every 30 seconds I do an insert an then about 4 SQL statements.
Thanks in advance for any help.
1) How often should I re-index? At present we do it once every Sunday.
2) When ever we run our backups it slows it down. Do other jobs affect the database? We have a job that run every 15 minutes. Another job that run every hour.
3) The fill factor on the indexes is set to 90%. Will it make it a difference if I change it to 80%? In one of my tables that I have four indexes every 30 seconds I do an insert an then about 4 SQL statements.
Thanks in advance for any help.