DELETING 100 million from a table weekly SQl SERVER 2000
- From: "harish" <harish.prabhala@xxxxxxxxx>
- Date: 4 Nov 2005 19:39:41 -0800
Hi All
We have a table in SQL SERVER 2000 which has about 250 million records
and this will be growing by 100 million every week. At a time the table
should contain just 13 weeks of data. when the 14th week data needs to
be loaded the first week's data has to be deleted.
And this deletes 100 million every week, since the delete is taking lot
of transaction log space the job is not successful.
Can you please help with what are the approaches we can take to fix
this problem?
Performance and transaction log are the issues we are facing. We tried
deletion in steps too but that also is taking time. What are the
different ways we can address this quickly.
Please reply at the earliest.
Thanks
Harish
.
- Follow-Ups:
- Re: DELETING 100 million from a table weekly SQl SERVER 2000
- From: Ed Prochak
- Re: DELETING 100 million from a table weekly SQl SERVER 2000
- Prev by Date: Re: SQL distinct results
- Next by Date: Re: question about design of media db
- Previous by thread: Unique Index Vs Primary Index in SQL Server 2000
- Next by thread: Re: DELETING 100 million from a table weekly SQl SERVER 2000
- Index(es):
Relevant Pages
|