I have set indexes on several columns/tables through out my database when I designed it.
The one thing that I am not sure of is, as data is added does sql server keep track of the new data and reindex the data as it comes in or is this something that needs to be performed as a task later initiated by me?
I have noticed that some things are slowing down so that is why I ask. Any help understanding how the process works would be greatly appreciated.
Thanks Nick
The one thing that I am not sure of is, as data is added does sql server keep track of the new data and reindex the data as it comes in or is this something that needs to be performed as a task later initiated by me?
I have noticed that some things are slowing down so that is why I ask. Any help understanding how the process works would be greatly appreciated.
Thanks Nick