I sql server you do not open indexes. The server uses them as needed. If what you are trying to do is view the table in a sorted order you will need to do a select with an order by clause.
I think u wanna see whether the index you created is being used or not, if that is the case then write a query in sql analyser using those tables (add an order by clause on the column name you indexed) and click 'show execution plan' under query tab, it will show you whether the index created is being used or not.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.