Hi,
I have a table in SQL Server 7 with some rows (around 2000). The info in this table is updated around 30 times a day (only updates, nevers inserts). Everything works fine but from time to time the size of the table starts increasing til there is not enough space on the disk. If I drop the table, shrink the DB and create it again I recover the space...
Does anybody know why this can happen and a way to stop it happening??
Thanks.
I have a table in SQL Server 7 with some rows (around 2000). The info in this table is updated around 30 times a day (only updates, nevers inserts). Everything works fine but from time to time the size of the table starts increasing til there is not enough space on the disk. If I drop the table, shrink the DB and create it again I recover the space...
Does anybody know why this can happen and a way to stop it happening??
Thanks.