Filter
masterbaker
Posts: 19
Hi,
Since I have so many rows in DB, I try to use filter, say, ID>10, I thought it would be faster, but it is not, any ideas? thx
Since I have so many rows in DB, I try to use filter, say, ID>10, I thought it would be faster, but it is not, any ideas? thx
This discussion has been closed.
Comments
Any ideas? thx
That's for starters anyway.
HTH
Project Manager
Red Gate Software Ltd
TableA:
AID (Clustered PK)
some fields
TableB:
BID (Clustered PK)
AID
some fields
Inside the filter, I use AID >= 100 for both tables, it is slow because AID in TableB is not Clustered PK? thx
Project Manager
Red Gate Software Ltd