Home All Groups Group Topic Archive Search About


Author
20 May 2005 6:18 PM
DXC
I have a table where data is deleted, inserted and updated. What kind of
index is appropriate for the column
where data is deleted ?
where data is inserted ?
where data is updated ?

Thanks for any input.

Author
20 May 2005 6:34 PM
Rick Sawtell
"DXC" <D**@discussions.microsoft.com> wrote in message
news:945F0AE5-AB17-4D18-8A35-312F4DB6E16F@microsoft.com...
> I have a table where data is deleted, inserted and updated. What kind of
> index is appropriate for the column
> where data is deleted ?
> where data is inserted ?
> where data is updated ?
>
> Thanks for any input.

This depends on many things.  If you post some DDL, we can help you out.

Read up on Indexes in the BOL for some tips on which columns are good
candidates for indexes and which ones are not.


Rick Sawtell
MCT, MCSD, MCDBA

Bookmark and Share