SELECT <col1>, <col2>, etc..
FROM <table1> WITH (INDEX(<idx1>))
WHERE <condition clause>
SELECT name
FROM employee WITH (INDEX(idx_name))
Hope this helps. I have run into problems where the hint causes an error with an ADO application.
You may also want to update your statistics for the table with a sample of 50% and then try a FULLSCAN.
"Keep Your Stick On the Ice" ..Red Green