The database will be SQL server 7/2000 and will have about 2-3 million entries in the table.<P>Caeles: If you have to add a bunch of data to a table, and the index is on, it will reindex after every ...
I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...