In our database we have this table with 200.000 rows
CREATE TABLE dbo.UserTask ( UserTask_ID int NOT NULL IDENTITY (1, 1), UserTask_SequenceNumber in
You can use the query hints in the query to make use of Index. Following is a link for further details: http://msdn.microsoft.com/en-us/library/ms181714.aspx