sql 7 adds additional indexes automatically with useage. the names of these indexes can be seen in sysindexes.name and start with "_WS_Sys_". over time, more and more are created. eventually the application comes up with "duplicate index key". my only solution at the moment is to export the data, re-create the tables and then import again. this creates just the explictly defined indexes and my application is again happy for a while.
dbcc dbreindex doesnt help
so here's what i need to understand.
1. Are "_WS_Sys_" indexes a normal feature
2. Do "_WS_Sys_" indexes need to be managed and/or culled from time to time
3. How can i remove these temporary indexes?
i've really tried to understand this one (bol etc) but i need some inspiration!
thanks in advance
JohnMcM
dbcc dbreindex doesnt help
so here's what i need to understand.
1. Are "_WS_Sys_" indexes a normal feature
2. Do "_WS_Sys_" indexes need to be managed and/or culled from time to time
3. How can i remove these temporary indexes?
i've really tried to understand this one (bol etc) but i need some inspiration!
thanks in advance
JohnMcM