• What permission you do have on server/database?

    You can run following command to find specific tables:

    sp_helpindex [ @objname = ] 'name'

    Also you can use following command to drop the specific index on a database

    DROP INDEX <index_name> on <table_name>

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."