Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Sorting problem in SQL 2005

    Try this one:

    Select top 1000 strSomething

    From tblMyTable

    With (index(idxSomething))

    assuming you have created an index idxSomething on strSomething

    Goodluck,

    Tom

Viewing post 1 (of 2 total)