In testing my current project, one of the processes deletes all records from one table then goes through a process to repopulate that table with the most current information.
Through the testing process I have run this process many times and I just noticed that the size of the database has grown to twice it's size in megabytes. I am sure that space is not being released and so it just grows.
1.) Is this what is happening to me?
2.) How can I prevent this from happening?
3.) If I can't prevent it, is there a process I can run to pack the database to recoup this space?
Thanks,
dave
Through the testing process I have run this process many times and I just noticed that the size of the database has grown to twice it's size in megabytes. I am sure that space is not being released and so it just grows.
1.) Is this what is happening to me?
2.) How can I prevent this from happening?
3.) If I can't prevent it, is there a process I can run to pack the database to recoup this space?
Thanks,
dave