|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Appropriate Index
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. "DXC" <D**@discussions.microsoft.com> wrote in message This depends on many things. If you post some DDL, we can help you out.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. 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
Other interesting topics
Is LAST_INSERT_ID() same as @@IDENTITY
insert error Notify users when stop SQL server max(field) but the field value is not always numeric dbo does not have a login name.. altering a primary key property drop clustered index - fails on duplicate key purchasing a SQL server 2000 system table poster Log Shipping nested "starting up database" in the logs |
|||||||||||||||||||||||