Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: Question on index column ordering

    I thought about that as well, having the Clustered index be Date,PkID (but that still would be as wide as my other key which was date,int,int), my PK is bigint...

  • RE: Question on index column ordering

    Yea, if i put those in the NC index, then the number of logical reads increases and it won't use the NC index.

    so PK ID - clustered

    date,aid,bid or aid,bid,date (NC)...

  • RE: Question on index column ordering

    Gail,

    The nonclustered index is currently a PK ID, as for the table, there are many columns, but it's not OVERLY wide (there's one column that I've already suggested we need...

  • RE: Question on index column ordering

    I'm pretty sure I need to have datetime in "some" index, I agree with GilaMonster as it's the main part of the query to retrieve a set of rows. ...

Viewing 4 posts - 16 through 19 (of 19 total)