D.Cook
Member
I'm not sure if this is possible, but I'm hoping there might be a way to empty a database table which does not have indexes built?
The reason I want to do this is because a data load was cancelled, so I want to clear this particular table and start loading from that table onwards.
I'm using V8.3A so truncating the area is not possible..
I have tried a simple for each table x: delete x. end. But this requires indexes to be built.
So why not build the indexes for that one table? Because I'm using V8.3A, which seems to process the whole database before building just one index, and it's taking longer than me writing this post.
The reason I want to do this is because a data load was cancelled, so I want to clear this particular table and start loading from that table onwards.
I'm using V8.3A so truncating the area is not possible..
I have tried a simple for each table x: delete x. end. But this requires indexes to be built.
So why not build the indexes for that one table? Because I'm using V8.3A, which seems to process the whole database before building just one index, and it's taking longer than me writing this post.