Create index on date column
558311Aug 28 2007 — edited Aug 29 2007Hi All,
I am trying to create an index on a date column for a table with about 40 milllion records. Here is query i am using
CREATE INDEX IDX_NAME ON TABLE_NAME(DATE_OF_SERVICE);
Is there anything that I can do to make the Index more efficient?