Re: DELETE FROM - Somethings not right
- From: "nnelson" <nnelson@xxxxxxxxxx>
- Date: 25 Feb 2006 07:41:14 -0800
The CustomerActivity record has a clustered index of CustomerActivityId
and Unique NonClustered index of CustId, ActivityDate and ActivityType.
The order table does not have an index on CustId. It has a unique non
clustered index on OrderNumber and OrderDate. And another index on
OrderId.
SQL 2000 would never take this long, even with the current
setup...maybe 5 minutes. I just can't understand it.
.
- References:
- DELETE FROM - Somethings not right
- From: nnelson
- Re: DELETE FROM - Somethings not right
- From: Erland Sommarskog
- Re: DELETE FROM - Somethings not right
- From: nnelson
- DELETE FROM - Somethings not right
- Prev by Date: Re: DELETE FROM - Somethings not right
- Next by Date: International Settings for SQL 2000
- Previous by thread: Re: DELETE FROM - Somethings not right
- Next by thread: Re: DELETE FROM - Somethings not right
- Index(es):